Searched refs:tolower_l (Results 1 – 16 of 16) sorted by relevance
/external/musl/src/ctype/ |
D | tolower.c | 14 weak_alias(__tolower_l, tolower_l);
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 261 #if !defined(tolower_l) 262 #define tolower_l _tolower_l macro
|
D | locale.c | 1485 return(tolower_l((int) ((unsigned char) c),c_locale)); in LocaleLowercase()
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 30 int tolower_l(int __c, locale_t __l);
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/solaris/ |
D | xlocale.h | 29 int tolower_l(int __c, locale_t __l);
|
/external/musl/include/ |
D | ctype.h | 60 int tolower_l(int, locale_t);
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 123 inline _LIBCPP_INLINE_VISIBILITY int tolower_l(int c, locale_t) { in tolower_l() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/ |
D | __posix_l_fallback.h | 56 inline _LIBCPP_HIDE_FROM_ABI_C int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 172 int tolower_l(int c, locale_t locale) in tolower_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 164 #define tolower_l _tolower_l macro
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ |
D | locale_win32.h | 246 #define tolower_l _tolower_l macro
|
/external/libcxx/src/ |
D | locale.cpp | 1232 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l)); in do_tolower() 1239 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l)); in do_tolower()
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 1320 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l_)); in do_tolower() 1327 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l_)); in do_tolower()
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1984 {'type': 'FUNC', 'name': 'tolower_l@GLIBC_2.3'}
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 3872 FUNC a998 152 0 tolower_l
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3152 fun:tolower_l=uninstrumented
|