Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_cwctype.h75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
/external/stlport/stlport/
Dctype.h88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.cpp59 return !!iswlower(c); in isLower()
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.cpp67 return !!iswlower(c); in isLower()
/external/icu4c/test/perf/charperf/
Dcharperf.h191 iswlower(ch); in StdLibIsLower()
/external/stlport/src/c_locale_dummy/
Dc_locale_dummy.c232 if ((mask & _Locale_LOWER) != 0 && iswlower(wc)) in _WLocale_ctype()
/external/libxml2/
Dtrio.c171 # define iswlower(x) islower(x) macro