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

1 2 3 4 5

  /external/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 68 # define _isctype iswctype
86 __inline int (iswalpha)(int c) { return iswctype((unsigned short)(c), _ALPHA); }
87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); }
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); }
90 __inline int (iswxdigit)(int c) { return iswctype((unsigned short)(c), _HEX); }
91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); }
92 __inline int (iswpunct)(int c) { return iswctype((unsigned short)(c), _PUNCT); }
93 __inline int (iswalnum)(int c) { return iswctype((unsigned short)(c), _ALPHA|_DIGIT); }
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);
    [all...]
  /ndk/sources/android/support/src/musl-locale/
iswctype_l.c 6 return iswctype(c, t);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 122 int __cdecl iswctype(wint_t,wctype_t);
134 #define iswalpha(_c) (iswctype(_c,_ALPHA))
135 #define iswupper(_c) (iswctype(_c,_UPPER))
136 #define iswlower(_c) (iswctype(_c,_LOWER))
137 #define iswdigit(_c) (iswctype(_c,_DIGIT))
138 #define iswxdigit(_c) (iswctype(_c,_HEX))
139 #define iswspace(_c) (iswctype(_c,_SPACE))
140 #define iswpunct(_c) (iswctype(_c,_PUNCT))
141 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT))
142 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)
    [all...]
ctype.h 172 int __cdecl iswctype(wint_t _C,wctype_t _Type);
225 #define iswalpha(_c) (iswctype(_c,_ALPHA))
226 #define iswupper(_c) (iswctype(_c,_UPPER))
227 #define iswlower(_c) (iswctype(_c,_LOWER))
228 #define iswdigit(_c) (iswctype(_c,_DIGIT))
229 #define iswxdigit(_c) (iswctype(_c,_HEX))
230 #define iswspace(_c) (iswctype(_c,_SPACE))
231 #define iswpunct(_c) (iswctype(_c,_PUNCT))
232 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT))
233 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)
    [all...]
  /external/libcxx/include/support/solaris/
wchar.h 21 #define iswctype sun_iswctype macro
41 #undef iswctype macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 21 #define iswctype sun_iswctype macro
41 #undef iswctype macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 21 #define iswctype sun_iswctype macro
41 #undef iswctype macro
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 67 #ifdef iswctype
68 #error iswctype defined
108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 67 #ifdef iswctype
68 #error iswctype defined
108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 67 #ifdef iswctype
68 #error iswctype defined
108 static_assert((std::is_same<decltype(iswctype(w, wct)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 67 #ifdef iswctype
68 #error iswctype defined
108 static_assert((std::is_same<decltype(std::iswctype(w, wct)), int>::value), "");
  /ndk/sources/android/support/src/musl-ctype/
iswctype.c 18 int iswctype(wint_t wc, wctype_t type) function
  /external/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /ndk/sources/android/support/include/
wctype.h 61 int iswctype(wint_t, wctype_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;

Completed in 1324 milliseconds

1 2 3 4 5