/ndk/sources/android/support/src/musl-ctype/ |
iswupper.c | 3 int iswupper(wint_t wc) function
|
iswctype.c | 42 return iswupper(wc);
|
/ndk/sources/android/support/src/musl-locale/ |
iswupper_l.c | 5 return iswupper(c);
|
/external/libcxx/include/support/solaris/ |
wchar.h | 11 #define iswupper sun_iswupper macro 31 #undef iswupper macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 11 #define iswupper sun_iswupper macro 31 #undef iswupper macro
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
wchar.h | 11 #define iswupper sun_iswupper macro 31 #undef iswupper macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
wctype_h.pass.cpp | 59 #ifdef iswupper 60 #error iswupper defined 106 static_assert((std::is_same<decltype(iswupper(w)), int>::value), "");
|
/external/libcxx/test/std/strings/c.strings/ |
cwctype.pass.cpp | 59 #ifdef iswupper 60 #error iswupper defined 106 static_assert((std::is_same<decltype(std::iswupper(w)), int>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
wctype_h.pass.cpp | 59 #ifdef iswupper 60 #error iswupper defined 106 static_assert((std::is_same<decltype(iswupper(w)), int>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cwctype.pass.cpp | 59 #ifdef iswupper 60 #error iswupper defined 106 static_assert((std::is_same<decltype(std::iswupper(w)), int>::value), "");
|
/bionic/libc/bionic/ |
wctype.cpp | 47 int iswupper(wint_t wc) { return isupper(wc); } function 60 int iswupper_l(wint_t c, locale_t) { return iswupper(c); } 75 case WC_TYPE_UPPER: return iswupper(wc);
|
/external/bison/lib/ |
wctype.in.h | 127 # undef iswupper macro 145 # define iswupper rpl_iswupper macro 274 iswupper 377 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); 389 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); 401 _GL_CXXALIASWARN (iswupper); variable
|
/ndk/sources/android/support/include/ |
wctype.h | 59 int iswupper(wint_t);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
|
/prebuilts/ndk/9/sources/android/support/include/ |
wctype.h | 59 int iswupper(wint_t);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cwctype.h | 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
|
/external/bison/darwin-lib/ |
wctype.h | 429 # undef iswupper macro 447 # define iswupper rpl_iswupper 576 iswupper function 679 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); 691 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); 703 _GL_CXXALIASWARN (iswupper); variable
|
/external/bison/linux-lib/ |
wctype.h | 429 # undef iswupper macro 447 # define iswupper rpl_iswupper 576 iswupper function 679 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); 691 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); 703 _GL_CXXALIASWARN (iswupper); variable
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wctype.h | 108 int __cdecl iswupper(wint_t); 135 #define iswupper(_c) (iswctype(_c,_UPPER)) macro 150 __CRT_INLINE int __cdecl iswupper(wint_t _C) {return (iswctype(_C,_UPPER)); } function
|
/ndk/sources/cxx-stl/stlport/stlport/ |
ctype.h | 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
ctype.h | 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
|