Searched refs:iswlower (Results 1 – 20 of 20) sorted by relevance
/external/bison/lib/ |
D | wctype.in.h | 123 # undef iswlower 141 # define iswlower rpl_iswlower macro 227 iswlower in rpl_iswlower() 373 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); 385 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); 397 _GL_CXXALIASWARN (iswlower);
|
D | mbchar.h | 231 #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 43 #ifdef iswlower 44 #error iswlower defined 102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 43 #ifdef iswlower 44 #error iswlower defined 102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 12 #define iswlower sun_iswlower macro 32 #undef iswlower
|
/external/bison/linux-lib/ |
D | wctype.h | 425 # undef iswlower 443 # define iswlower rpl_iswlower 529 iswlower in iswlower() function 675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); 687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); 699 _GL_CXXALIASWARN (iswlower);
|
/external/bison/darwin-lib/ |
D | wctype.h | 425 # undef iswlower 443 # define iswlower rpl_iswlower 529 iswlower in iswlower() function 675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); 687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); 699 _GL_CXXALIASWARN (iswlower);
|
/external/libcxx/include/ |
D | cwctype | 36 int iswlower(wint_t wc); 72 using ::iswlower;
|
D | wctype.h | 64 #undef iswlower
|
/external/python/cpython2/Objects/ |
D | unicodectype.c | 192 return iswlower(ch); in _PyUnicode_IsLowercase()
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 96 return ::iswlower(c); in iswlower_l()
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 195 iswlower(ch); in StdLibIsLower()
|
/external/libedit/src/ |
D | chartype.h | 91 #define Islower(x) iswlower(x)
|
/external/python/cpython2/Include/ |
D | pyport.h | 731 #define islower(c) iswlower(btowc(c))
|
D | unicodeobject.h | 336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
|
/external/libxml2/ |
D | trio.c | 181 # define iswlower(x) islower(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2127 fun:iswlower=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1193 PUBLIC ddee0 0 iswlower
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 13647 FUNC 102ec e 4 iswlower
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 13647 FUNC 102ec e 4 iswlower
|