Searched refs:iswlower (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/include/ |
D | cwctype | 36 int iswlower(wint_t wc); 115 #ifdef iswlower 116 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswlower(wint_t __wc) {return iswlower(__wc);} 117 #undef iswlower 118 inline _LIBCPP_INLINE_VISIBILITY int iswlower(wint_t __wc) {return __libcpp_iswlower(__wc);} 119 #else // iswlower 120 using ::iswlower;
|
/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/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/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/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 191 iswlower(ch); in StdLibIsLower()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 98 return iswlower(c); in iswlower_l()
|
/external/libedit/src/ |
D | chartype.h | 91 #define Islower(x) iswlower(x)
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 72 i = iswlower(L'ц');
|
/external/ltrace/etc/ |
D | libc.so.conf | 468 int iswlower(wint_t);
|
/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
|