Searched refs:__libcpp_btowc_l (Results 1 – 3 of 3) sorted by relevance
22 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc) macro
37 inline _LIBCPP_HIDE_FROM_ABI wint_t __libcpp_btowc_l(int __c, locale_t __l) { in __libcpp_btowc_l() function
1260 wchar_t ctype_byname<wchar_t>::do_widen(char c) const { return __libcpp_btowc_l(c, __l_); } in do_tolower() 1264 *dest = __libcpp_btowc_l(*low, __l_); in do_widen()