Home
last modified time | relevance | path

Searched refs:btowc_l (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
Dlocale_win32.cpp72 wint_t btowc_l( int c, locale_t loc ) in btowc_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h51 wint_t btowc_l( int c, locale_t loc );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h41 wint_t btowc_l(int __c, locale_t __l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c34 wint_t btowc_l(int __c, locale_t __l) { in btowc_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1389 return btowc_l(c, __l); in do_widen()
1400 *dest = btowc_l(*low, __l); in do_widen()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale254 return btowc_l(__c, __l);