Home
last modified time | relevance | path

Searched refs:islower_l (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h47 inline _LIBCPP_ALWAYS_INLINE int islower_l(int c, locale_t) { in islower_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h56 islower_l(int c, _locale_t loc) in islower_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h56 int islower_l(int c, locale_t locale) in islower_l() function
/external/libcxx/src/
Dlocale.cpp831 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low-L'a'+L'A') : *low; in do_toupper()
929 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'a'+'A' : c; in do_toupper()
946 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-'a'+'A' : *low; in do_toupper()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2101 fun:islower_l=uninstrumented