Searched refs:__libcpp_wcrtomb_l (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
| H A D | bsd_locale_defaults.h | 25 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc) macro
|
| H A D | bsd_locale_fallbacks.h | 53 inline _LIBCPP_HIDE_FROM_ABI size_t __libcpp_wcrtomb_l(char* __s, wchar_t __wc, mbstate_t* __ps, lo… in __libcpp_wcrtomb_l() function
|
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 1377 n = __libcpp_wcrtomb_l(to_nxt, *frm, &save_state, __l_); in do_out() 1394 n = __libcpp_wcrtomb_l(tmp, intern_type(), &st, __l_); in do_out() 1479 size_t n = __libcpp_wcrtomb_l(tmp, intern_type(), &st, __l_); in do_unshift()
|