Home
last modified time | relevance | path

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

/external/libcxx/include/
D__bsd_locale_defaults.h19 #define __libcpp_btowc_l(ch, loc) btowc_l(ch, loc) macro
D__bsd_locale_fallbacks.h33 wint_t __libcpp_btowc_l(int __c, locale_t __l) in __libcpp_btowc_l() function
/external/libcxx/src/
Dlocale.cpp1405 return __libcpp_btowc_l(c, __l); in do_widen()
1412 *dest = __libcpp_btowc_l(*low, __l); in do_widen()