Searched defs:__libcpp_wcrtomb_l (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/libc++/src/include/__locale_dir/locale_base_api/ |
| D | bsd_locale_defaults.h | 25 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc) macro
|
| D | bsd_locale_fallbacks.h | 62 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() function
|
| /external/libcxx/include/ |
| D | __bsd_locale_defaults.h | 26 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc) macro
|
| D | __bsd_locale_fallbacks.h | 57 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() function
|