Searched refs:ctype (Results 1 - 25 of 872) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dctype_header_test.c8 #include <ctype.h>
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/
H A Dtypes.pass.cpp13 // 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), "");
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/types
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
H A Dtypes.pass.cpp13 // 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), "");
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.ctype/types
23 test_name := localization/locale.categories/category.ctype/locale.ctype/ctor
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_many
23 test_name := localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_is
27 test_name := localization/locale.categories/category.ctype/local
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor
H A Ddtor.pass.cpp12 // template <> class ctype<char>
14 // ~ctype();
37 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
42 std::ctype<char>::mask table[256];
44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
51 new std::ctype<char>(new std::ctype<char>::mask[256], true));
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table
H A Dclassic_table.pass.cpp12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/tested_elsewhere
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals/tested_elsewhere
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_many
23 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_is
27 test_name := localization/locale.categories/category.ctype/face
[all...]
H A Dtable.pass.cpp12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
23 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
28 std::ctype<char>::mask table[256];
29 std::locale l(std::locale::classic(), new std::ctype<char>(table));
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.ctype.byname/widen_many
23 test_name := localization/locale.categories/category.ctype/locale.ctype.byname/scan_is
27 test_name := localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many
31 test_name := localization/locale.categories/category.ctype/locale.ctype
[all...]
H A Dtypes.pass.cpp14 // : public ctype<CharT>
36 assert(&std::use_facet<std::ctype<char> >(l)
41 assert(&std::use_facet<std::ctype<wchar_t> >(l)
49 assert(&std::use_facet<std::ctype<char> >(l)
54 assert(&std::use_facet<std::ctype<wchar_t> >(l)
62 assert(&std::use_facet<std::ctype<char> >(l)
67 assert(&std::use_facet<std::ctype<wchar_t> >(l)
/external/libcxx/test/localization/locale.categories/category.ctype/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/Android.mk
19 test_name := localization/locale.categories/category.ctype/ctype_base
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_unshift
23 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_encoding
27 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out
31 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_length
35 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_out
39 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_always_noconv
43 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out
47 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_length
51 test_name := localization/locale.categories/category.ctype/local
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt/codecvt_base
23 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_wchar_t
27 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_char32_t
31 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_char
35 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t
39 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t
43 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_char
47 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_wchar_t
51 test_name := localization/locale.categories/category.ctype/local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
193 while(ctype != NULL) {
194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
203 ctype = ctype->next;
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
263 crypto_kernel.cipher_type_list = ctype->next;
266 ctype
303 kernel_cipher_type_t *ctype, *new_ctype; local
444 kernel_cipher_type_t *ctype; local
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char32_t
23 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char16_t
27 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char
31 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
193 while(ctype != NULL) {
194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
203 ctype = ctype->next;
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
263 crypto_kernel.cipher_type_list = ctype->next;
266 ctype
302 kernel_cipher_type_t *ctype, *new_ctype; local
394 kernel_cipher_type_t *ctype; local
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/tested_elsewhere
/external/fio/lib/
H A Dstrcasestr.c1 #include <ctype.h>
/external/libcxx/test/localization/locales/locale/locale.types/locale.category/
H A Dcategory.pass.cpp32 assert(std::locale::ctype);
38 & std::locale::ctype
44 | std::locale::ctype
53 test(std::locale::ctype);

Completed in 271 milliseconds

1234567891011>>