Home
last modified time | relevance | path

Searched refs:isupper_l (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h63 inline _LIBCPP_ALWAYS_INLINE int isupper_l(int c, locale_t) { in isupper_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h63 isupper_l(int c, _locale_t loc) in isupper_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h77 int isupper_l(int c, locale_t locale) in isupper_l() function
/external/libcxx/src/
Dlocale.cpp845 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'A'+'a' : c; in do_tolower()
860 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-L'A'+L'a' : *low; in do_tolower()
963 return (isascii(c) && isupper_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'A'+'a' : c; in do_tolower()
978 *low = (isascii(*low) && isupper_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-'A'+'a' : *low; in do_tolower()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2112 fun:isupper_l=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym54 PUBLIC 2bcb0 0 isupper_l