Searched refs:tolower_l (Results 1 - 7 of 7) sorted by relevance

/external/libcxx/include/support/android/
H A Dlocale_bionic.h123 static inline int tolower_l(int c, locale_t) { function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h90 #define tolower_l _tolower_l macro
/external/valgrind/main/shared/
H A Dvg_replace_strmem.c665 extern int tolower_l(int, void*) __attribute__((weak)); \
669 c1 = tolower_l(*(const UChar *)s1, locale); \
670 c2 = tolower_l(*(const UChar *)s2, locale); \
699 extern int tolower_l(int, void*) __attribute__((weak)); \
707 if (tolower_l(*(const UChar *)s1, locale) \
708 < tolower_l(*(const UChar *)s2, locale)) return -1; \
709 if (tolower_l(*(const UChar *)s1, locale) \
710 > tolower_l(*(const UChar *)s2, locale)) return 1; \
/external/libcxx/include/support/ibm/
H A Dxlocale.h227 int tolower_l(int c, locale_t locale) function
/external/libcxx/include/support/solaris/
H A Dxlocale.h96 int tolower_l(int __c, locale_t __l);
/external/libcxx/src/support/solaris/
H A Dxlocale.c146 int tolower_l(int __c, locale_t __l) { function
/external/libcxx/src/
H A Dlocale.cpp1137 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l));
1144 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l));

Completed in 1804 milliseconds