/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/ |
types.pass.cpp | 10 // <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/ |
types.pass.cpp | 10 // <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.numeric/locale.nm.put/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 20 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), "");
|
/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 20 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), "");
|
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/ |
types.pass.cpp | 10 // <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/locale.categories/category.time/locale.time.put/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 20 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), "");
|
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/ |
Android.mk | 17 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/ |
put_long_long.pass.cpp | 10 // <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::classic(), new my_numpunct)) [all...] |
put_unsigned_long_long.pass.cpp | 10 // <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::classic(), new my_numpunct)) [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
locale_change_guard_unittest.cc | 15 // 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/ |
cpluralrulestest.c | 30 const char * locale; member in struct:__anon16872 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/i18n/unicode/ |
plurrule.h | 171 * could be defined by users or from ICU locale data. There are 6 252 * locale. 253 * Same as forLocale(locale, UPLURAL_TYPE_CARDINAL, status). 255 * @param locale The locale for which a <code>PluralRules</code> object is 260 * this locale. If there's no predefined rules for this locale, 261 * the rules for the closest parent in the locale hierarchy 266 static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UErrorCode& status) [all...] |
gender.h | 44 * locale. 46 * @param locale The locale for which a <code>GenderInfo</code> object is 51 * this locale. The returned object is immutable, so it is 56 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status); 82 * Copy constructor. One object per locale invariant. Clients 100 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
|
upluralrules.h | 31 * 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 for which the rules are desired [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cpluralrulestest.c | 30 const char * locale; member in struct:__anon1607 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/apache-http/src/org/apache/http/message/ |
BasicHttpResponse.java | 34 import java.util.Locale; 64 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() [all...] |
/external/chromium_org/chrome/browser/chromeos/base/ |
locale_util.cc | 21 SwitchLanguageData(const std::string& locale, 26 locale(locale), 33 const std::string locale; member in struct:chromeos::__anon7659::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, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ime/ |
InputMethodContext.idl | 33 readonly attribute DOMString locale;
|
/external/chromium_org/third_party/icu/source/i18n/ |
measfmt.cpp | 24 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale, 28 fmt = new CurrencyFormat(locale, ec); 41 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
gender.h | 44 * locale. 46 * @param locale The locale for which a <code>GenderInfo</code> object is 51 * this locale. The returned object is immutable, so it is 56 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status); 82 * Copy constructor. One object per locale invariant. Clients 100 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
|
upluralrules.h | 31 * 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 for which the rules are desired [all...] |
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
default.pass.cpp | 20 #include "platform_support.h" // locale name macros 47 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
|
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/ |
types.pass.cpp | 10 // <locale> 24 #include <locale> 30 #include "platform_support.h" // locale name macros 34 std::locale l(LOCALE_en_US_UTF_8);
|
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/Android.mk 19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/types
|
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/ |
Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/Android.mk 19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor
|