Searched refs:islower_l (Results 1 – 10 of 10) sorted by relevance
/external/musl/src/ctype/ |
D | islower.c | 14 weak_alias(__islower_l, islower_l);
|
/external/musl/include/ |
D | ctype.h | 54 int islower_l(int, locale_t);
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 47 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.h | 42 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/ |
D | xlocale.h | 56 int islower_l(int c, locale_t locale) in islower_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 145 islower_l(int c, _locale_t loc) in islower_l() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ |
D | locale_win32.h | 228 islower_l(int __c, _locale_t __loc) in islower_l() function
|
/external/libcxx/src/ |
D | locale.cpp | 848 *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/ |
D | locale.cpp | 908 *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/ |
D | libc_ubuntu1404_abilist.txt | 2101 fun:islower_l=uninstrumented
|