Searched defs:category (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/android/support/src/locale/
H A Dsetlocale.c31 char *setlocale(int category, const char *locale) { argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
H A Diterator.hpp33 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
54 typedef forward_iterator_tag category;
65 typedef forward_iterator_tag category; typedef in struct:boost::mpl::l_iter
/ndk/sources/android/support/src/musl-locale/
H A Dintl.c16 char *dcgettext(const char *domainname, const char *msgid, int category) argument
31 char *dcngettext(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
H A Dfacade_iterator_category.hpp73 // Convert an iterator_facade's traversal category, Value parameter,
74 // and ::reference type to an appropriate old-style category.
116 // True iff T is convertible to an old-style iterator category.
133 // old-style category) and Traversal (a pure traversal tag).
171 >::type category; typedef in struct:boost::detail::facade_iterator_category_impl
176 , typename iterator_category_to_traversal<category>::type
178 , category
179 , iterator_category_with_traversal<category,Traversal>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
H A Diterator.hpp39 typedef random_access_iterator_tag category; typedef in struct:boost::mpl::v_iter
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_locale.h109 typedef int category; typedef in class:locale
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/algorithm/string/detail/
H A Dfinder.hpp131 iterator_traits<ForwardIteratorT>::iterator_category category; typedef
133 return findit( Begin, End, category() );
383 iterator_traits<ForwardIteratorT>::iterator_category category; typedef
385 return ::boost::algorithm::detail::find_head_impl( Begin, End, N, category() );
457 iterator_traits<ForwardIteratorT>::iterator_category category; typedef
459 return ::boost::algorithm::detail::find_tail_impl( Begin, End, N, category() );
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c104 try to see locale category LC should be used from environment;
107 2. category (LC_CTYPE, LC_NUMERIC, ... )
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf ) argument
228 expr = strstr( (char*)loc, category );
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_locale_win32.c239 static char const* __Extract_locale_name(const char* loc, const char* category, char* buf);
988 static char const* _Locale_extract_category_name(const char* name, const char* category, char* buf, argument
990 const char* cname = __Extract_locale_name(name, category, buf);
1628 char const* __Extract_locale_name(const char* loc, const char* category, char* buf) { argument
1633 expr = strstr((char*)loc, category);

Completed in 272 milliseconds