Home
last modified time | relevance | path

Searched defs:category (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/android/support/src/locale/
Dsetlocale.c31 char *setlocale(int category, const char *locale) { in setlocale()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
Diterator.hpp33 typedef forward_iterator_tag category; typedef
65 typedef forward_iterator_tag category; typedef
/ndk/sources/android/support/src/musl-locale/
Dintl.c16 char *dcgettext(const char *domainname, const char *msgid, int category) in dcgettext()
31 …(const char *domainname, const char *msgid1, const char *msgid2, unsigned long int n, int category) in dcngettext()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
Dfacade_iterator_category.hpp171 >::type category; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
Dfinder.hpp131 iterator_traits<ForwardIteratorT>::iterator_category category; in operator ()() typedef
383 iterator_traits<ForwardIteratorT>::iterator_category category; in find_head_impl() typedef
457 iterator_traits<ForwardIteratorT>::iterator_category category; in find_tail_impl() typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
Diterator.hpp39 typedef random_access_iterator_tag category; typedef
/ndk/sources/android/support/include/
Dlanginfo.h35 #define _NL_ITEM(category,index) (((category) << 10) | (index)) argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_locale.h109 typedef int category; typedef
/ndk/sources/host-tools/make-3.81/
Dmake.h340 # define setlocale(category, locale) argument
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c988 static char const* _Locale_extract_category_name(const char* name, const char* category, char* buf, in _Locale_extract_category_name()
1628 char const* __Extract_locale_name(const char* loc, const char* category, char* buf) { in __Extract_locale_name()
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf ) in __Extract_locale_name()