Home
last modified time | relevance | path

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

/external/musl/src/ctype/
Dislower.c14 weak_alias(__islower_l, islower_l);
/external/musl/include/
Dctype.h54 int islower_l(int, locale_t);
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__posix_l_fallback.h42 inline _LIBCPP_HIDE_FROM_ABI_C int islower_l(int __c, locale_t) { return ::islower(__c); } 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/include/support/win32/
Dlocale_win32.h145 islower_l(int c, _locale_t loc) in islower_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h228 islower_l(int __c, _locale_t __loc) in islower_l() function
/external/libcxx/src/
Dlocale.cpp848 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low-L'a'+L'A') : *low; in do_toupper()
946 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'a'+'A' : c; in do_toupper()
963 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? *low-'a'+'A' : *low; in do_toupper()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlocale.cpp908 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low-L'a'+L'A') : *low; in do_toupper()
1009 return (isascii(c) && islower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-'a'+'A' : c; in do_toupper()
1026 *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