HomeSort by relevance Sort by last modified time
    Searched refs:iswupper (Results 1 - 25 of 96) 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 2 #define iswupper sun_iswupper macro
22 #undef iswupper macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 87 # undef iswupper macro
102 # define iswupper rpl_iswupper macro
171 iswupper (wint_t wc) function
  /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), "");
  /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
  /external/stlport/stlport/stl/
_cwctype.h 79 using _STLP_VENDOR_CSTD_WFUNC::iswupper;
  /ndk/sources/android/support/include/
wctype.h 53 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/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
  /external/stlport/stlport/
ctype.h 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(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
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function

Completed in 2526 milliseconds

1 2 3 4