Searched refs:iswupper (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/include/ |
D | cwctype | 40 int iswupper(wint_t wc); 147 #ifdef iswupper 148 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswupper(wint_t __wc) {return iswupper(__wc);} 149 #undef iswupper 150 inline _LIBCPP_INLINE_VISIBILITY int iswupper(wint_t __wc) {return __libcpp_iswupper(__wc);} 151 #else // iswupper 152 using ::iswupper;
|
/external/bison/lib/ |
D | wctype.in.h | 127 # undef iswupper 145 # define iswupper rpl_iswupper macro 274 iswupper in rpl_iswupper() 377 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); 389 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); 401 _GL_CXXALIASWARN (iswupper);
|
D | mbchar.h | 235 #define mb_isupper(mbc) ((mbc).wc_valid && iswupper ((mbc).wc))
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wctype_h.pass.cpp | 59 #ifdef iswupper 60 #error iswupper defined 106 static_assert((std::is_same<decltype(iswupper(w)), int>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwctype.pass.cpp | 59 #ifdef iswupper 60 #error iswupper defined 106 static_assert((std::is_same<decltype(std::iswupper(w)), int>::value), ""); in main()
|
/external/libcxx/include/support/solaris/ |
D | wchar.h | 11 #define iswupper sun_iswupper macro 31 #undef iswupper
|
/external/bison/darwin-lib/ |
D | wctype.h | 429 # undef iswupper 447 # define iswupper rpl_iswupper 576 iswupper in iswupper() function 679 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); 691 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); 703 _GL_CXXALIASWARN (iswupper);
|
/external/bison/linux-lib/ |
D | wctype.h | 429 # undef iswupper 447 # define iswupper rpl_iswupper 576 iswupper in iswupper() function 679 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); 691 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); 703 _GL_CXXALIASWARN (iswupper);
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 186 iswupper(ch); in StdLibIsUpper()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 114 return iswupper(c); in iswupper_l()
|
/external/libedit/src/ |
D | chartype.h | 90 #define Isupper(x) iswupper(x)
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 74 i = iswupper(L'Ц');
|
/external/ltrace/etc/ |
D | libc.so.conf | 472 int iswupper(wint_t);
|
/external/libxml2/ |
D | trio.c | 185 # define iswupper(x) isupper(x) macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2135 fun:iswupper=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1188 PUBLIC ddad0 0 iswupper
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 13639 FUNC 102cb e 4 iswupper
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 13639 FUNC 102cb e 4 iswupper
|