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

/external/libcxx/include/support/solaris/
H A Dxlocale.h30 int tolower_l(int __c, locale_t __l);
/external/libcxx/include/support/win32/
H A Dlocale_win32.h90 #define tolower_l _tolower_l macro
/external/libcxx/include/support/xlocale/
H A Dxlocale.h125 static inline int tolower_l(int c, locale_t) { function
/external/valgrind/shared/
H A Dvg_replace_strmem.c682 extern int tolower_l(int, void*) __attribute__((weak)); \
686 c1 = tolower_l(*(const UChar *)s1, locale); \
687 c2 = tolower_l(*(const UChar *)s2, locale); \
716 extern int tolower_l(int, void*) __attribute__((weak)); \
724 if (tolower_l(*(const UChar *)s1, locale) \
725 < tolower_l(*(const UChar *)s2, locale)) return -1; \
726 if (tolower_l(*(const UChar *)s1, locale) \
727 > 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/src/
H A Dlocale.cpp1220 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l));
1227 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l));

Completed in 2035 milliseconds