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

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
ctype_header_test.c 8 #include <ctype.h>
  /ndk/tests/device/test-gnustl-full/unit/
ctype_header_test.c 8 #include <ctype.h>
  /ndk/tests/device/test-stlport/unit/
ctype_header_test.c 8 #include <ctype.h>
  /ndk/sources/android/support/src/musl-locale/
isalnum_l.c 1 #include <ctype.h>
isalpha_l.c 1 #include <ctype.h>
isblank_l.c 1 #include <ctype.h>
iscntrl_l.c 1 #include <ctype.h>
isgraph_l.c 1 #include <ctype.h>
islower_l.c 1 #include <ctype.h>
isprint_l.c 1 #include <ctype.h>
ispunct_l.c 1 #include <ctype.h>
isspace_l.c 1 #include <ctype.h>
isupper_l.c 1 #include <ctype.h>
tolower_l.c 1 #include <ctype.h>
toupper_l.c 1 #include <ctype.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/
types.pass.cpp 13 // class ctype<char>
29 assert(std::has_facet<std::ctype<char> >(l));
30 const std::ctype<char>& f = std::use_facet<std::ctype<char> >(l);
32 (void)std::ctype<char>::id;
34 static_assert((std::is_same<std::ctype<char>::char_type, char>::value), "");
35 static_assert((std::is_base_of<std::ctype_base, std::ctype<char> >::value), "");
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
classic_table.pass.cpp 12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 12 // template <> class ctype<char>
14 // ~ctype();
32 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
37 std::ctype<char>::mask table[256];
39 std::locale l(std::locale::classic(), new std::ctype<char>(table));
46 new std::ctype<char>(new std::ctype<char>::mask[256], true));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 13 // class ctype
29 assert(std::has_facet<std::ctype<wchar_t> >(l));
30 const std::ctype<wchar_t>& f = std::use_facet<std::ctype<wchar_t> >(l);
32 (void)std::ctype<wchar_t>::id;
34 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), "");
35 static_assert((std::is_base_of<std::ctype_base, std::ctype<wchar_t> >::value), "");
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /ndk/sources/android/support/tests/
ctype_unittest.cc 1 #include <ctype.h>
5 TEST(ctype, isblank) {
13 TEST(ctype, isprint) {
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>