Searched defs:category (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/android/support/src/locale/ |
D | setlocale.c | 31 char *setlocale(int category, const char *locale) { in setlocale()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
D | iterator.hpp | 33 typedef forward_iterator_tag category; typedef 65 typedef forward_iterator_tag category; typedef
|
/ndk/sources/android/support/src/musl-locale/ |
D | intl.c | 16 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/ |
D | facade_iterator_category.hpp | 171 >::type category; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
D | finder.hpp | 131 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_/ |
D | iterator.hpp | 39 typedef random_access_iterator_tag category; typedef
|
/ndk/sources/android/support/include/ |
D | langinfo.h | 35 #define _NL_ITEM(category,index) (((category) << 10) | (index)) argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _locale.h | 109 typedef int category; typedef
|
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 340 # define setlocale(category, locale) argument
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 988 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/ |
D | c_locale_glibc2.c | 222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf ) in __Extract_locale_name()
|