Home
last modified time | relevance | path

Searched refs:__libcpp_wctob_l (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_defaults.h23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) macro
H A D__bsd_locale_fallbacks.h41 int __libcpp_wctob_l(wint_t __c, locale_t __l) in __libcpp_wctob_l() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp1443 int r = __libcpp_wctob_l(c, __l); in do_narrow()
1452 int r = __libcpp_wctob_l(*low, __l); in do_narrow()
4411 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) { in checked_string_to_char_convert()