/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wctype.h | 53 typedef unsigned long int wctype_t; typedef 172 extern wctype_t wctype (__const char *__property) __THROW; 176 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW; 285 extern wctype_t wctype_l (__const char *__property, __locale_t __locale) 290 extern int iswctype_l (wint_t __wc, wctype_t __desc, __locale_t __locale)
|
/bionic/libc/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon60 91 extern int iswctype(wint_t, wctype_t); 140 extern wctype_t wctype(const char *);
|
/development/ndk/platforms/android-3/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon1151 91 extern int iswctype(wint_t, wctype_t); 138 extern wctype_t wctype(const char *);
|
/development/ndk/platforms/android-8/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon1244 91 extern int iswctype(wint_t, wctype_t); 140 extern wctype_t wctype(const char *);
|
/development/ndk/platforms/android-9/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon1298 91 extern int iswctype(wint_t, wctype_t); 140 extern wctype_t wctype(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon15317 91 extern int iswctype(wint_t, wctype_t); 138 extern wctype_t wctype(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon15671 91 extern int iswctype(wint_t, wctype_t); 138 extern wctype_t wctype(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon16025 91 extern int iswctype(wint_t, wctype_t); 138 extern wctype_t wctype(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon16450 91 extern int iswctype(wint_t, wctype_t); 138 extern wctype_t wctype(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon16809 91 extern int iswctype(wint_t, wctype_t); 140 extern wctype_t wctype(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
wchar.h | 71 } wctype_t; typedef in typeref:enum:__anon17239 91 extern int iswctype(wint_t, wctype_t); 140 extern wctype_t wctype(const char *);
|
/external/stlport/stlport/stl/ |
_cwctype.h | 57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cwctype.h | 57 using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
|
/bionic/libc/stdlib/ |
wchar.c | 125 int iswctype(wint_t wc, wctype_t charclass) 316 wctype_t wctype(const char *property) 328 return (wctype_t)(nn);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | 41 #include <cwctype> // For wctype_t [all...] |