Searched refs:tolower_l (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 30 int tolower_l(int __c, locale_t __l);
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 752 extern int tolower_l(int, void*) __attribute__((weak)); \ 756 c1 = tolower_l(*(const UChar *)s1, locale); \ 757 c2 = tolower_l(*(const UChar *)s2, locale); \ 788 extern int tolower_l(int, void*) __attribute__((weak)); \ 796 if (tolower_l(*(const UChar *)s1, locale) \ 797 < tolower_l(*(const UChar *)s2, locale)) return -1; \ 798 if (tolower_l(*(const UChar *)s1, locale) \ 799 > tolower_l(*(const UChar *)s2, locale)) return 1; \
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 125 static inline int tolower_l(int c, locale_t) { in tolower_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 90 #define tolower_l _tolower_l macro
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 227 int tolower_l(int c, locale_t locale) in tolower_l() function
|
/external/libcxx/src/ |
D | locale.cpp | 1223 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l)); in do_tolower() 1230 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l)); in do_tolower()
|
/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
|