Home
last modified time | relevance | path

Searched refs:requestedLocale (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java59 Object create(ULocale requestedLocale); in create() argument
145 void checkObject(String requestedLocale, Object obj, in checkObject() argument
155 checklocs(cls.getName(), requestedLocale, in checkObject() local
189 void checkService(String requestedLocale, ServiceFacade svc) { in checkService() argument
190 checkService(requestedLocale, svc, null, null); in checkService()
206 void checkService(String requestedLocale, ServiceFacade svc, in checkService() argument
208 ULocale req = new ULocale(requestedLocale); in checkService()
210 checkObject(requestedLocale, obj, "gt", "ge"); in checkService()
213 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
219 checkObject(requestedLocale, objReg, "eq", "eq"); in checkService()
[all …]
/external/v8/src/
Di18n.js909 var requestedLocale = locale.locale + extension;
921 requestedLocale: {value: requestedLocale, writable: true}, property
927 var internalCollator = %CreateCollator(requestedLocale,
974 var locale = getOptimalLanguageTag(coll.resolved.requestedLocale,
1129 var requestedLocale = locale.locale + extension;
1138 requestedLocale: {value: requestedLocale, writable: true}, property
1148 var formatter = %CreateNumberFormat(requestedLocale,
1201 var locale = getOptimalLanguageTag(format.resolved.requestedLocale,
1524 var requestedLocale = locale.locale + extension;
1536 requestedLocale: {value: requestedLocale, writable: true}, property
[all …]
/external/icu/icu4c/source/test/intltest/
Drestest.cpp574 const char *requestedLocale; in TestGetLocaleByType() member
600 ResourceBundle rb(testdatapath, test[i].requestedLocale, status); in TestGetLocaleByType()
603 …err("Could not open resource bundle %s (error %s)\n", test[i].requestedLocale, u_errorName(status)… in TestGetLocaleByType()
618 … err("Expected requested locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName()); in TestGetLocaleByType()
623 … err("Expected valid locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName()); in TestGetLocaleByType()
627 … err("Expected actual locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName()); in TestGetLocaleByType()
Dapicoll.cpp1633 const char* requestedLocale; in TestGetLocale() member
1655 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale()
1657 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale()
1665 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale()
1667 testStruct[i].requestedLocale, in TestGetLocale()
1668 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1674 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale()
1679 testStruct[i].requestedLocale, testStruct[i].actualLocale, locale.getName()); in TestGetLocale()
2019 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
2210 void TestCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Local… in setLocales() argument
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java501 currencySymbol = currency.getSymbol(requestedLocale); in setCurrency()
748 return requestedLocale; in getLocale()
852 this.requestedLocale = locale.toLocale(); in initialize()
1048 requestedLocale = Locale.getDefault(); in readObject()
1052 ulocale = ULocale.forLocale(requestedLocale); in readObject()
1252 private Locale requestedLocale; field in DecimalFormatSymbols
DDateFormatSymbols.java1397 return requestedLocale.toString().hashCode(); in hashCode()
1432 && requestedLocale.getDisplayName().equals(that.requestedLocale.getDisplayName()) in equals()
1519 this.requestedLocale = dfs.requestedLocale; in initializeData()
1646 requestedLocale = desiredLocale; in initializeData()
1729 private ULocale requestedLocale; field in DateFormatSymbols
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c953 const char *requestedLocale; in TestGetLocaleByType() member
981 rb = ures_open(testdatapath, test[i].requestedLocale, &status); in TestGetLocaleByType()
984 …log_err("Could not open resource bundle %s (error %s)\n", test[i].requestedLocale, u_errorName(sta… in TestGetLocaleByType()
1005 log_err("Expected valid locale to be %s. Got %s\n", test[i].requestedLocale, locale); in TestGetLocaleByType()
1009 log_err("Expected actual locale to be %s. Got %s\n", test[i].requestedLocale, locale); in TestGetLocaleByType()
Dcapitst.c1409 const char* requestedLocale; in TestGetLocale() member
1422 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale()
1424 …us(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, u_errorName(… in TestGetLocale()
1434 …strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) !=… in TestGetLocale()
1435 …uested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i].requestedLocal… in TestGetLocale()
1440 …ll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i… in TestGetLocale()
1444 …l %s]: Error in actual locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i… in TestGetLocale()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java354 Object create(ULocale requestedLocale); in create() argument
379 void checkObject(String requestedLocale, Object obj, in checkObject() argument
389 checklocs(cls.getName(), requestedLocale, in checkObject() local
423 void checkService(String requestedLocale, ServiceFacade svc) { in checkService() argument
424 checkService(requestedLocale, svc, null, null); in checkService()
440 void checkService(String requestedLocale, ServiceFacade svc, in checkService() argument
442 ULocale req = new ULocale(requestedLocale); in checkService()
444 checkObject(requestedLocale, obj, "gt", "ge"); in checkService()
447 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService()
453 checkObject(requestedLocale, objReg, "eq", "eq"); in checkService()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1006 String requestedLocale = testStruct[i][0];
1010 coll = Collator.getInstance(new ULocale(requestedLocale));
1012 errln(String.format("Failed to open collator for %s with %s", requestedLocale, e));
1020 requestedLocale, validLocale, locale.getName()));
1025 requestedLocale, actualLocale, locale.getName()));
/external/icu/icu4c/source/i18n/
Ducol_res.cpp235 Locale requestedLocale(locale); in loadFromLocale() local
242 if(locale != requestedLocale) { in loadFromLocale()
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h800 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
Dcoll.h1111 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java132 public void setLoadingStatus(String requestedLocale){ in setLoadingStatus() argument
136 } else if(locale.equals(requestedLocale)) { in setLoadingStatus()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...