Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 51) sorted by relevance

123

/ndk/tests/device/test-libc++-shared-full/
DBROKEN_RUN18 cd ~/libcxx-test/localization/locale.categories/category.collate/locale.collate.byname
23 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
28 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
33 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
38 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
43 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
48 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
53 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
58 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
63 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
[all …]
/ndk/tests/device/test-libc++-static-full/
DBROKEN_RUN18 cd ~/libcxx-test/localization/locale.categories/category.collate/locale.collate.byname
23 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
28 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
33 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
38 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
43 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
48 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
53 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
58 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
63 cd ~/libcxx-test/localization/locale.categories/category.ctype/locale.ctype.byname
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
Diterator.hpp33 typedef forward_iterator_tag category; typedef
54 typedef forward_iterator_tag category;
65 typedef forward_iterator_tag category; typedef
/ndk/sources/cxx-stl/stlport/stlport/using/
Dlocale28 // _lib.category.ctype_ and _lib.facet.ctype.special_, ctype:
36 // _lib.category.numeric_ and _lib.facet.numpunct_, numeric:
42 // _lib.category.collate_, collation:
46 // _lib.category.time_, date and time:
53 // _lib.category.monetary_, money:
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_locale.h109 typedef int category; typedef
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
Dfacade_iterator_category.hpp171 >::type category; typedef
176 , typename iterator_category_to_traversal<category>::type
178 , category
179 , iterator_category_with_traversal<category,Traversal>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
Dclear.pass.cpp25 assert(ec.category() == std::system_category()); in main()
28 assert(ec.category() == std::generic_category()); in main()
Dassign.pass.cpp25 assert(ec.category() == std::system_category()); in main()
31 assert(ec.category() == std::generic_category()); in main()
DErrorConditionEnum.pass.cpp25 assert(ec.category() == std::generic_category()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
Dclear.pass.cpp25 assert(ec.category() == std::generic_category()); in main()
28 assert(ec.category() == std::system_category()); in main()
Dassign.pass.cpp25 assert(ec.category() == std::system_category()); in main()
31 assert(ec.category() == std::generic_category()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
Dint_error_category.pass.cpp24 assert(ec.category() == std::system_category()); in main()
29 assert(ec.category() == std::generic_category()); in main()
Ddefault.pass.cpp23 assert(ec.category() == std::generic_category()); in main()
DErrorConditionEnum.pass.cpp24 assert(ec.category() == std::generic_category()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
Dint_error_category.pass.cpp24 assert(ec.category() == std::system_category()); in main()
29 assert(ec.category() == std::generic_category()); in main()
Ddefault.pass.cpp23 assert(ec.category() == std::system_category()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
Dsystem_category.pass.cpp25 assert(e_cond.category() == std::generic_category()); in main()
28 assert(e_cond.category() == std::system_category()); in main()
/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp194 locale::category c) { in _Stl_loc_combine_names_aux()
211 locale::category c) { in _Stl_loc_combine_names()
225 locale::category c) { in _Stl_loc_combine_names()
247 locale::locale(const locale& L, const char* name, locale::category c) in locale()
296 locale::locale(const locale& L1, const locale& L2, category c) in locale()
435 const locale::category locale::none;
436 const locale::category locale::collate;
437 const locale::category locale::ctype;
438 const locale::category locale::monetary;
439 const locale::category locale::numeric;
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dsystem_error66 const error_category& category() const noexcept;
95 const error_category& category() const noexcept;
456 const error_category& category() const _NOEXCEPT {return *__cat_;}
475 return __x.category() < __y.category()
476 || (__x.category() == __y.category() && __x.value() < __y.value());
528 const error_category& category() const _NOEXCEPT {return *__cat_;}
552 return __x.category() < __y.category()
553 || (__x.category() == __y.category() && __x.value() < __y.value());
560 return __x.category() == __y.category() && __x.value() == __y.value();
567 return __x.category().equivalent(__x.value(), __y)
[all …]
/ndk/sources/android/support/src/musl-locale/
Dintl.c16 char *dcgettext(const char *domainname, const char *msgid, int category) in dcgettext() argument
31 …(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) in dcngettext() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
Dcategory.pass.cpp22 assert(ec.category() == std::generic_category()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
Dcategory.pass.cpp22 assert(ec.category() == std::generic_category()); in main()
/ndk/sources/android/support/src/locale/
Dsetlocale.c31 char *setlocale(int category, const char *locale) { in setlocale() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/
Dmake_error_code.pass.cpp22 assert(ec.category() == std::iostream_category()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
Dmake_error_code.pass.cpp24 assert(ec.category() == std::generic_category()); in main()

123