Searched defs:ctype (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/android/support/tests/ |
D | ctype_unittest.cc | 5 TEST(ctype, isblank) { in TEST() argument 13 TEST(ctype, isprint) { in TEST() argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iosfwd.h | 98 template <class _CharT> class ctype; variable 103 _STLP_TEMPLATE_NULL class ctype<char>; variable 109 _STLP_TEMPLATE_NULL class ctype<wchar_t>; variable
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale.cpp | 437 const locale::category locale::ctype; member in locale
|
D | ctype.cpp | 316 ctype<char>::ctype(const ctype_base::mask * __tab, bool __del, size_t __refs) : in ctype() function in ctype
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 112 #define LOCALE_ISCTYPE(ctype, m) \ argument
|
/ndk/sources/host-tools/nawk-20071023/ |
D | awk.h | 79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */ member
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 265 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype) in _Locale_get_ctype_hint()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 184 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype) in _Locale_get_ctype_hint()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 125 const locale::category locale::ctype; member in locale 937 ctype<char>::ctype(const mask* tab, bool del, size_t refs) in ctype() function in ctype
|