/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 68 Object create(ULocale requestedLocale); in create() argument 154 void checkObject(String requestedLocale, Object obj, in checkObject() argument 164 checklocs(cls.getName(), requestedLocale, in checkObject() local 198 void checkService(String requestedLocale, ServiceFacade svc) { in checkService() argument 199 checkService(requestedLocale, svc, null, null); in checkService() 215 void checkService(String requestedLocale, ServiceFacade svc, in checkService() argument 217 ULocale req = new ULocale(requestedLocale); in checkService() 219 checkObject(requestedLocale, obj, "gt", "ge"); in checkService() 222 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService() 228 checkObject(requestedLocale, objReg, "eq", "eq"); in checkService() [all …]
|
D | ULocaleTest.java | 380 Object create(ULocale requestedLocale); in create() argument 405 void checkObject(String requestedLocale, Object obj, in checkObject() argument 415 checklocs(cls.getName(), requestedLocale, in checkObject() local 449 void checkService(String requestedLocale, ServiceFacade svc) { in checkService() argument 450 checkService(requestedLocale, svc, null, null); in checkService() 466 void checkService(String requestedLocale, ServiceFacade svc, in checkService() argument 468 ULocale req = new ULocale(requestedLocale); in checkService() 470 checkObject(requestedLocale, obj, "gt", "ge"); in checkService() 473 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService() 479 checkObject(requestedLocale, objReg, "eq", "eq"); in checkService() [all …]
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 65 Object create(ULocale requestedLocale); in create() argument 151 void checkObject(String requestedLocale, Object obj, in checkObject() argument 161 checklocs(cls.getName(), requestedLocale, in checkObject() local 195 void checkService(String requestedLocale, ServiceFacade svc) { in checkService() argument 196 checkService(requestedLocale, svc, null, null); in checkService() 212 void checkService(String requestedLocale, ServiceFacade svc, in checkService() argument 214 ULocale req = new ULocale(requestedLocale); in checkService() 216 checkObject(requestedLocale, obj, "gt", "ge"); in checkService() 219 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService() 225 checkObject(requestedLocale, objReg, "eq", "eq"); in checkService() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 601 const char *requestedLocale; in TestGetLocaleByType() member 627 ResourceBundle rb(testdatapath, test[i].requestedLocale, status); in TestGetLocaleByType() 630 …err("Could not open resource bundle %s (error %s)\n", test[i].requestedLocale, u_errorName(status)… in TestGetLocaleByType() 645 … err("Expected requested locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName()); in TestGetLocaleByType() 650 … err("Expected valid locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName()); in TestGetLocaleByType() 654 … err("Expected actual locale to be %s. Got %s\n", test[i].requestedLocale, locale.getName()); in TestGetLocaleByType()
|
D | apicoll.cpp | 1652 const char* requestedLocale; in TestGetLocale() member 1686 coll = Collator::createInstance(testStruct[i].requestedLocale, status); in TestGetLocale() 1688 …errln("Failed to open collator for %s with %s", testStruct[i].requestedLocale, u_errorName(status)… in TestGetLocale() 1696 locale != testStruct[i].requestedLocale && locale != testStruct[i].validLocale) { in TestGetLocale() 1698 testStruct[i].requestedLocale, in TestGetLocale() 1699 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1705 testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName()); in TestGetLocale() 1710 testStruct[i].requestedLocale, testStruct[i].actualLocale, locale.getName()); in TestGetLocale() 2050 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac… 2241 void TestCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Local… in setLocales() argument [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DecimalFormatSymbols.java | 1121 return requestedLocale; in getLocale() 1310 this.requestedLocale = locale.toLocale(); in initialize() 1464 requestedLocale = Locale.getDefault(); in readObject() 1468 ulocale = ULocale.forLocale(requestedLocale); in readObject() 1777 private Locale requestedLocale; field in DecimalFormatSymbols
|
D | DateFormatSymbols.java | 1423 return requestedLocale.toString().hashCode(); in hashCode() 1465 && requestedLocale.getDisplayName().equals(that.requestedLocale.getDisplayName()) in equals() 1561 this.requestedLocale = dfs.requestedLocale; in initializeData() 1973 requestedLocale = desiredLocale; in initializeData() 2086 private ULocale requestedLocale; field in DateFormatSymbols
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormatSymbols.java | 1196 return requestedLocale; in getLocale() 1389 this.requestedLocale = locale.toLocale(); in initialize() 1543 requestedLocale = Locale.getDefault(); in readObject() 1547 ulocale = ULocale.forLocale(requestedLocale); in readObject() 1862 private Locale requestedLocale; field in DecimalFormatSymbols
|
D | DateFormatSymbols.java | 1463 return requestedLocale.toString().hashCode(); in hashCode() 1506 && requestedLocale.getDisplayName().equals(that.requestedLocale.getDisplayName()) in equals() 1603 this.requestedLocale = dfs.requestedLocale; in initializeData() 2015 requestedLocale = desiredLocale; in initializeData() 2128 private ULocale requestedLocale; field in DateFormatSymbols
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 1027 const char *requestedLocale; in TestGetLocaleByType() member 1055 rb = ures_open(testdatapath, test[i].requestedLocale, &status); in TestGetLocaleByType() 1058 …log_err("Could not open resource bundle %s (error %s)\n", test[i].requestedLocale, u_errorName(sta… in TestGetLocaleByType() 1079 log_err("Expected valid locale to be %s. Got %s\n", test[i].requestedLocale, locale); in TestGetLocaleByType() 1083 log_err("Expected actual locale to be %s. Got %s\n", test[i].requestedLocale, locale); in TestGetLocaleByType()
|
D | capitst.c | 1412 const char* requestedLocale; in TestGetLocale() member 1425 coll = ucol_open(testStruct[i].requestedLocale, &status); in TestGetLocale() 1427 …us(status, "Failed to open collator for %s with %s\n", testStruct[i].requestedLocale, u_errorName(… in TestGetLocale() 1437 …strcmp(locale, testStruct[i].requestedLocale) != 0 && strcmp(locale, testStruct[i].validLocale) !=… in TestGetLocale() 1438 …uested locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i].requestedLocal… in TestGetLocale() 1443 …ll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i… in TestGetLocale() 1447 …l %s]: Error in actual locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i… in TestGetLocale()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 379 Object create(ULocale requestedLocale); in create() argument 404 void checkObject(String requestedLocale, Object obj, in checkObject() argument 414 checklocs(cls.getName(), requestedLocale, in checkObject() local 448 void checkService(String requestedLocale, ServiceFacade svc) { in checkService() argument 449 checkService(requestedLocale, svc, null, null); in checkService() 465 void checkService(String requestedLocale, ServiceFacade svc, in checkService() argument 467 ULocale req = new ULocale(requestedLocale); in checkService() 469 checkObject(requestedLocale, obj, "gt", "ge"); in checkService() 472 checkObject(requestedLocale, subobj, "gt", "ge"); in checkService() 478 checkObject(requestedLocale, objReg, "eq", "eq"); in checkService() [all …]
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 1115 String requestedLocale = testStruct[i][0]; 1119 coll = Collator.getInstance(new ULocale(requestedLocale)); 1121 errln(String.format("Failed to open collator for %s with %s", requestedLocale, e)); 1129 requestedLocale, validLocale, locale.getName())); 1134 requestedLocale, actualLocale, locale.getName()));
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationAPITest.java | 1118 String requestedLocale = testStruct[i][0]; 1122 coll = Collator.getInstance(new ULocale(requestedLocale)); 1124 errln(String.format("Failed to open collator for %s with %s", requestedLocale, e)); 1132 requestedLocale, validLocale, locale.getName())); 1137 requestedLocale, actualLocale, locale.getName()));
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | ucol_res.cpp | 239 Locale requestedLocale(locale); in loadFromLocale() local 246 if(locale != requestedLocale) { in loadFromLocale()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucol_res.cpp | 239 Locale requestedLocale(locale); in loadFromLocale() local 246 if(locale != requestedLocale) { in loadFromLocale()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucol_res.cpp | 239 Locale requestedLocale(locale); in loadFromLocale() local 246 if(locale != requestedLocale) { in loadFromLocale()
|
/third_party/icu/icu4c/source/i18n/ |
D | ucol_res.cpp | 239 Locale requestedLocale(locale); in loadFromLocale() local 246 if(locale != requestedLocale) { in loadFromLocale()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tblcoll.h | 803 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|
D | coll.h | 1116 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | coll.h | 1134 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | coll.h | 1134 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|
D | tblcoll.h | 809 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 809 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|
D | coll.h | 1134 …virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& ac…
|