HomeSort by relevance Sort by last modified time
    Searched full:iswctype (Results 1 - 25 of 120) 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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r7/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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwctype 59 #undef iswctype
88 using ::iswctype;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cwctype 59 #undef iswctype
88 using ::iswctype;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cwctype 59 #undef iswctype
88 using ::iswctype;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cwctype 59 #undef iswctype
88 using ::iswctype;
  /external/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 67 using _STLP_VENDOR_CSTD_WFUNC::iswctype;
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bionic/libc/include/
wchar.h 91 extern int iswctype(wint_t, wctype_t);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 558 iswctype
  /development/ndk/platforms/android-3/include/
wchar.h 91 extern int iswctype(wint_t, wctype_t);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 593 iswctype
  /development/ndk/platforms/android-8/include/
wchar.h 91 extern int iswctype(wint_t, wctype_t);
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 497 iswctype
  /development/ndk/platforms/android-9/include/
wchar.h 91 extern int iswctype(wint_t, wctype_t);
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 27 * iswctype, towctrans, towlower, towupper, wctrans, wctype,

Completed in 1389 milliseconds

1 2 3 4 5