Searched refs:towupper_l (Results 1 – 11 of 11) sorted by relevance
/external/musl/src/ctype/ |
D | towctrans.c | 83 weak_alias(__towupper_l, towupper_l);
|
/external/musl/include/ |
D | wctype.h | 68 wint_t towupper_l(wint_t, locale_t);
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 127 inline _LIBCPP_INLINE_VISIBILITY wint_t towupper_l(wint_t c, locale_t) { in towupper_l() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/ |
D | __posix_l_fallback.h | 83 inline _LIBCPP_HIDE_FROM_ABI_C wint_t towupper_l(wint_t __c, locale_t) { return ::towupper(__c); } in towupper_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 177 wint_t towupper_l(wint_t wc, locale_t locale) in towupper_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 174 #define towupper_l _towupper_l macro
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ |
D | locale_win32.h | 256 #define towupper_l _towupper_l macro
|
/external/libcxx/src/ |
D | locale.cpp | 1388 return towupper_l(c, __l); in do_toupper() 1395 *low = towupper_l(*low, __l); in do_toupper()
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 1477 return towupper_l(c, __l_); in do_toupper() 1484 *low = towupper_l(*low, __l_); in do_toupper()
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1987 {'type': 'FUNC', 'name': 'towupper_l@GLIBC_2.3'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3160 fun:towupper_l=uninstrumented
|