HomeSort by relevance Sort by last modified time
    Searched refs:iswupper (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /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/current/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/current/sources/android/support/include/
wctype.h 59 int iswupper(wint_t);
  /prebuilts/ndk/current/sources/cxx-stl/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/current/sources/cxx-stl/stlport/stlport/
ctype.h 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
  /development/ndk/platforms/android-3/include/
wchar.h 96 extern int iswupper(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 101 extern int iswupper(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 82 extern int iswupper(wint_t);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 186 iswupper(ch);

Completed in 489 milliseconds

1 2 3 4