Searched refs:locale (Results 101 - 125 of 1501) sorted by relevance

1234567891011>>

/external/stlport/src/
H A Dlocale_impl.h22 #include <clocale> // C locale header file.
25 #include <locale>
33 //If we are using pointer specialization, vector<locale::facet*> will use
35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>;
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale
[all...]
H A Dlocale.cpp21 #include <locale>
35 locale* _Stl_get_classic_locale();
36 locale* _Stl_get_global_locale();
40 # define locale _STLP_NO_MEM_T_NAME(loc) macro
43 locale::facet::~facet() {}
47 bool locale::operator()(const string& __x,
52 bool locale::operator()(const wstring& __x,
58 void _STLP_CALL locale::_M_throw_on_null_name()
59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
61 void _STLP_CALL locale
133 locale::locale( _Locale_impl* impl ) : function in class:locale
138 locale::locale(const char* name) function in class:locale
247 locale::locale(const locale& L, const char* name, locale::category c) function in class:locale
297 locale::locale(const locale& L1, const locale& L2, category c) function in class:locale
[all...]
/external/stlport/stlport/stl/
H A D_locale.h49 class locale;
52 bool __locale_do_operator_call(const locale& __loc,
62 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
65 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
68 void _InsertFacet(locale& __loc, _Facet* __facet);
74 # define locale _STLP_NO_MEM_T_NAME(loc) macro
77 class _STLP_CLASS_DECLSPEC locale { class
88 friend class locale;
120 locale() _STLP_NOTHROW;
121 locale(cons
127 locale(const locale& __loc, _Facet* __f) { function in class:locale
211 # undef locale macro
214 class locale : public _Locale { class in inherits:_Locale
224 explicit locale(const char *__str) : _Locale(__str) {} function in class:locale
225 locale(const locale& __loc, const char* __str, category __cat) function in class:locale
229 locale(const locale& __loc, _Facet* __f) function in class:locale
238 locale(_Locale_impl* __impl) : _Locale(__impl) {} function in class:locale
239 locale(const _Locale& __loc) : _Locale(__loc) {} function in class:locale
243 locale(const locale& __loc1, const locale& __loc2, category __cat) function in class:locale
[all...]
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
H A Ddtor.pass.cpp10 // <locale>
16 #include <locale>
37 std::locale l(std::locale::classic(), new std::ctype<char>);
44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
50 std::locale l(std::locale::classic(),
/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
[all...]
/external/libcxx/test/localization/locales/locale.global.templates/
H A Duse_facet.pass.cpp10 // <locale>
12 // template <class Facet> const Facet& use_facet(const locale& loc);
14 #include <locale>
20 : public std::locale::facet
22 static std::locale::id id;
30 std::locale::id my_facet::id;
36 const my_facet& f = std::use_facet<my_facet>(std::locale());
44 std::locale loc(std::locale(), new my_facet);
/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer
23 test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int
27 test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long
31 test_name := localization/locale.categories/category.numeric/locale
[all...]
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long
23 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long
27 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double
31 test_name := localization/locale.categories/category.numeric/locale
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dunistr_titlecase_brkiter.cpp43 setTempCaseMap(UCaseMap *csm, const char *locale) { argument
47 if(locale!=NULL && locale[0]==0) {
48 csm->locale[0]=0;
50 ustrcase_setTempCaseMapLocale(csm, locale);
62 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) { argument
63 return toTitle(titleIter, locale, 0);
67 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { argument
70 setTempCaseMap(&csm, locale.getName());
74 bi=BreakIterator::createWordInstance(locale, errorCod
[all...]
/external/icu/icu4c/source/common/
H A Dunistr_titlecase_brkiter.cpp43 setTempCaseMap(UCaseMap *csm, const char *locale) { argument
47 if(locale!=NULL && locale[0]==0) {
48 csm->locale[0]=0;
50 ustrcase_setTempCaseMapLocale(csm, locale);
62 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) { argument
63 return toTitle(titleIter, locale, 0);
67 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { argument
70 setTempCaseMap(&csm, locale.getName());
74 bi=BreakIterator::createWordInstance(locale, errorCod
[all...]
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/Android.mk
19 test_name := localization/locale.categories/category.collate/locale.collate.byname/compare
23 test_name := localization/locale.categories/category.collate/locale.collate.byname/transform
27 test_name := localization/locale.categories/category.collate/locale.collate.byname/types
31 test_name := localization/locale.categories/category.collate/locale
[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
[all...]
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.collate/locale.collate/Android.mk
19 test_name := localization/locale.categories/category.collate/locale.collate/types
23 test_name := localization/locale.categories/category.collate/locale.collate/ctor
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
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.monetary/locale.money.get/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/Android.mk
19 test_name := localization/locale.categories/category.monetary/locale.money.get/types
23 test_name := localization/locale.categories/category.monetary/locale.money.get/ctor
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/Android.mk
19 test_name := localization/locale.categories/category.monetary/locale.money.put/types
23 test_name := localization/locale.categories/category.monetary/locale.money.put/ctor
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.nm.put/types
23 test_name := localization/locale.categories/category.numeric/locale.nm.put/ctor
/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.num.get/types
23 test_name := localization/locale.categories/category.numeric/locale.num.get/ctor
/external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/Android.mk
19 test_name := localization/locale.categories/facet.numpunct/locale.numpunct/types
23 test_name := localization/locale.categories/facet.numpunct/locale.numpunct/ctor
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DLocaleUtils.java10 * This class provides the locale related methods.
20 * @return the default locale, translating Android deprecated
24 Locale locale = Locale.getDefault();
25 String language = locale.getLanguage();
26 String country = locale.getCountry();
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dnarrow_1.pass.cpp10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
H A Dtolower_1.pass.cpp10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
H A Dtoupper_1.pass.cpp10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
H A Dwiden_1.pass.cpp10 // <locale>
16 #include <locale>
21 std::locale l = std::locale::classic();
/external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/Android.mk
19 test_name := localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/grouping
23 test_name := localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/falsename
27 test_name := localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/thousands_sep
31 test_name := localization/locale.categories/facet.numpunct/locale
[all...]

Completed in 1007 milliseconds

1234567891011>>