Home
last modified time | relevance | path

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

/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h95 inline _LIBCPP_ALWAYS_INLINE int iswlower_l(wint_t c, locale_t) { in iswlower_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h125 int iswlower_l(wchar_t wc, locale_t locale) in iswlower_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h161 #define iswlower_l _iswlower_l macro
/external/libcxx/src/
Dlocale.cpp833 return (isascii(c) && iswlower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'a'+L'A' : c; in do_toupper()
1280 if ((m & lower) == lower) result |= (iswlower_l(ch, __l) != 0); in do_is()
1311 if (iswlower_l(ch, __l)) in do_is()
1348 if ((m & lower) == lower && iswlower_l(ch, __l)) break; in do_scan_is()
1373 if ((m & lower) == lower && iswlower_l(ch, __l)) continue; in do_scan_not()
/external/libcxx/lib/abi/3.9/
Dx86_64-linux-gnu.abilist1917 {'type': 'FUNC', 'name': 'iswlower_l@GLIBC_2.3'}
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2128 fun:iswlower_l=uninstrumented