Home
last modified time | relevance | path

Searched refs:tolower_l (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/include/support/solaris/
Dxlocale.h30 int tolower_l(int __c, locale_t __l);
/external/valgrind/shared/
Dvg_replace_strmem.c756 extern int tolower_l(int, void*) __attribute__((weak)); \
760 c1 = tolower_l(*(const UChar *)s1, locale); \
761 c2 = tolower_l(*(const UChar *)s2, locale); \
792 extern int tolower_l(int, void*) __attribute__((weak)); \
800 if (tolower_l(*(const UChar *)s1, locale) \
801 < tolower_l(*(const UChar *)s2, locale)) return -1; \
802 if (tolower_l(*(const UChar *)s1, locale) \
803 > tolower_l(*(const UChar *)s2, locale)) return 1; \
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h123 inline _LIBCPP_ALWAYS_INLINE int tolower_l(int c, locale_t) { in tolower_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h75 #define tolower_l _tolower_l macro
/external/libcxx/include/support/ibm/
Dxlocale.h172 int tolower_l(int c, locale_t locale) in tolower_l() function
/external/libcxx/src/
Dlocale.cpp1221 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l)); in do_tolower()
1228 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l)); in do_tolower()
/external/libcxx/lib/abi/3.9/
Dx86_64-linux-gnu.abilist1984 {'type': 'FUNC', 'name': 'tolower_l@GLIBC_2.3'}
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym3872 FUNC a998 152 0 tolower_l
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3152 fun:tolower_l=uninstrumented