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

1 2 3 4 5 6 7 8 91011>>

  /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>
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_log.h 38 #include <ctype.h>
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_log.h 38 #include <ctype.h>
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_log.h 38 #include <ctype.h>
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_log.h 38 #include <ctype.h>
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_log.h 38 #include <ctype.h>
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_log.h 38 #include <ctype.h>
  /ndk/sources/android/support/src/musl-ctype/
isxdigit.c 1 #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>
isdigit_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>
isxdigit_l.c 1 #include <ctype.h>
tolower_l.c 1 #include <ctype.h>
toupper_l.c 1 #include <ctype.h>
  /external/libcxx/test/std/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/
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), "");

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>