Searched refs:locale (Results 251 - 275 of 1501) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
H A Dregister_callback.pass.cpp18 #include <locale>
21 #include "platform_support.h" // locale name macros
52 std::locale l = b.imbue(std::locale(LOCALE_en_US_UTF_8));
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
H A Dhash.pass.cpp10 // <locale>
18 #include <locale>
24 std::locale l = std::locale::classic();
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_in.pass.cpp10 // <locale>
18 #include <locale>
27 std::locale l = std::locale::classic();
H A Dchar16_t_out.pass.cpp10 // <locale>
18 #include <locale>
29 std::locale l = std::locale::classic();
H A Dchar32_t_in.pass.cpp10 // <locale>
18 #include <locale>
27 std::locale l = std::locale::classic();
H A Dchar32_t_out.pass.cpp10 // <locale>
18 #include <locale>
29 std::locale l = std::locale::classic();
H A Dchar_in.pass.cpp10 // <locale>
18 #include <locale>
27 std::locale l = std::locale::classic();
H A Dchar_out.pass.cpp10 // <locale>
18 #include <locale>
27 std::locale l = std::locale::classic();
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
H A Dwiden_many.pass.cpp10 // <locale>
16 #include <locale>
23 std::locale l = std::locale::classic();
/external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
H A Dtypes.pass.cpp10 // <locale>
14 // : public locale::facet,
21 #include <locale>
26 static_assert((std::is_base_of<std::locale::facet, std::messages<char> >::value), "");
28 static_assert((std::is_base_of<std::locale::facet, std::messages<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
H A Dtypes.pass.cpp10 // <locale>
14 // : public locale::facet
21 #include <locale>
26 static_assert((std::is_base_of<std::locale::facet, std::money_get<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_get<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
H A Dtypes.pass.cpp10 // <locale>
14 // : public locale::facet
21 #include <locale>
26 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), "");
27 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
H A Dtypes.pass.cpp10 // <locale>
20 // : public locale::facet,
27 #include <locale>
33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), "");
34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/Android.mk
19 test_name := localization/locales/locale.convenience/conversions/conversions.character/toupper
23 test_name := localization/locales/locale.convenience/conversions/conversions.character/tolower
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_long.pass.cpp10 // <locale>
16 #include <locale>
146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
179 ios.imbue(std::locale(std::locale
[all...]
H A Dput_unsigned_long_long.pass.cpp10 // <locale>
16 #include <locale>
146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
179 ios.imbue(std::locale(std::locale
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard_unittest.cc15 // These languages require user notification when locale is automatically
147 // en <-> non-latin locale
153 // latin <-> non-latin locale
192 const char* const locale = l10n_util::GetAcceptLanguageListForTesting()[i]; local
193 const char* const dash = strchr(locale, '-');
195 (dash ? std::string(locale, dash - locale) : std::string(locale));
212 << "Language '" << language << "' (from locale '" << locale
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcpluralrulestest.c30 const char * locale; member in struct:__anon12247
66 for ( testItemPtr = testItems; testItemPtr->locale != NULL; ++testItemPtr ) {
68 UPluralRules* uplrules = uplrules_open(testItemPtr->locale, &status);
80 log_data_err("ERROR: uplrules_select for locale %s, number %.1f: expect %s, get %s\n",
81 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) );
84 log_err("FAIL: uplrules_select for locale %s, number %.1f: %s\n",
85 testItemPtr->locale, testItemPtr->number, myErrorName(status) );
89 log_err("FAIL: uplrules_open for locale %s: %s\n", testItemPtr->locale, myErrorName(status) );
/external/icu/icu4c/source/test/cintltst/
H A Dcpluralrulestest.c30 const char * locale; member in struct:__anon22048
66 for ( testItemPtr = testItems; testItemPtr->locale != NULL; ++testItemPtr ) {
68 UPluralRules* uplrules = uplrules_open(testItemPtr->locale, &status);
80 log_data_err("ERROR: uplrules_select for locale %s, number %.1f: expect %s, get %s\n",
81 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) );
84 log_err("FAIL: uplrules_select for locale %s, number %.1f: %s\n",
85 testItemPtr->locale, testItemPtr->number, myErrorName(status) );
89 log_err("FAIL: uplrules_open for locale %s: %s\n", testItemPtr->locale, myErrorName(status) );
/external/stlport/test/unit/
H A Dcollate_facets_test.cpp4 # include <locale>
19 CPPUNIT_ASSERT( has_facet<collate<char> >(locale::classic()) );
20 collate<char> const& col = use_facet<collate<char> >(locale::classic());
37 locale loc("fr_FR");
136 CPPUNIT_MESSAGE("No french locale to check collate facet");
144 * Check of the 22.1.1.2.7 standard point. Construction of a locale
151 locale loc(locale::classic(), new collate_byname<char>(static_cast<char const*>(0)));
163 locale loc(locale
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java64 private Locale locale; field in class:BasicHttpResponse
75 * @param locale the locale for looking up reason phrases, or
76 * <code>null</code> for the system locale
80 final Locale locale) {
87 this.locale = (locale != null) ? locale : Locale.getDefault();
93 * use the system default locale.
104 * use the system default locale
78 BasicHttpResponse(final StatusLine statusline, final ReasonPhraseCatalog catalog, final Locale locale) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/base/
H A Dlocale_util.cc21 SwitchLanguageData(const std::string& locale, argument
26 locale(locale),
33 const std::string locale; member in struct:chromeos::__anon3034::SwitchLanguageData
46 ResourceBundle::GetSharedInstance().ReloadLocaleResources(data->locale);
65 // Enable the hardware keyboard layouts and locale-specific layouts
68 // use may not be supported by the new locale.
78 // Enable all locale-specific layouts.
93 data->callback->Run(data->locale, data->loaded_locale, data->success);
100 void SwitchLanguage(const std::string& locale, argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
H A DInputMethodContext.idl33 readonly attribute DOMString locale;
/external/chromium_org/third_party/icu/source/i18n/
H A Dmeasfmt.cpp24 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale, argument
28 fmt = new CurrencyFormat(locale, ec);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dupluralrules.h31 * Keywords: ICU locale data has 6 predefined values -
75 * given locale.
76 * Same as uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status).
77 * @param locale The locale for which the rules are desired.
79 * @return A UPluralRules for the specified locale, or NULL if an error occurred.
83 uplrules_open(const char *locale, UErrorCode *status);
87 * given locale and the plural type.
88 * @param locale The locale fo
[all...]

Completed in 1676 milliseconds

<<11121314151617181920>>