Searched refs:iswlower (Results 1 - 18 of 18) sorted by relevance

/external/libcxx/include/support/solaris/
H A Dwchar.h12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
/external/libcxx/test/depr/depr.c.headers/
H A Dwctype_h.pass.cpp43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), "");
/external/libcxx/test/strings/c.strings/
H A Dcwctype.pass.cpp43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), "");
/external/bison/lib/
H A Dwctype.in.h123 # undef iswlower macro
141 # define iswlower rpl_iswlower macro
227 iswlower
373 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
385 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
397 _GL_CXXALIASWARN (iswlower); variable
H A Dmbchar.h231 #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
/external/stlport/stlport/stl/
H A D_cwctype.h75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
/external/bison/darwin-lib/
H A Dwctype.h425 # undef iswlower macro
443 # define iswlower rpl_iswlower
529 iswlower function
675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
699 _GL_CXXALIASWARN (iswlower); variable
/external/bison/linux-lib/
H A Dwctype.h425 # undef iswlower macro
443 # define iswlower rpl_iswlower
529 iswlower function
675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
699 _GL_CXXALIASWARN (iswlower); variable
/external/stlport/stlport/
H A Dctype.h88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.h191 iswlower(ch);
/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h191 iswlower(ch);
/external/libcxx/include/support/android/
H A Dlocale_bionic.h96 return iswlower(c);
/external/libedit/src/
H A Dchartype.h91 #define Islower(x) iswlower(x)
/external/ltrace/testsuite/ltrace.minor/
H A Dwchar.exp72 i = iswlower(L'ц');
165 {{^iswlower\('ц'\).*= 1} == 1}
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c171 # define iswlower(x) islower(x) macro
/external/libxml2/
H A Dtrio.c171 # define iswlower(x) islower(x) macro
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c257 if ((mask & _Locale_LOWER) != 0 && iswlower(wc))
/external/ltrace/etc/
H A Dlibc.so.conf468 int iswlower(wint_t);

Completed in 525 milliseconds