Searched refs:expMatch (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 860 String expMatch = ""; field in LocaleMatcherTest.TestCase 960 test.expMatch = line.substring(start, limit).trim(); in readTestCases() 962 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases() 1045 ULocale expMatch = getULocaleOrNull(test.expMatch); in dataDriven() 1048 assertEquals("bestSupported ULocale from string", expMatch, bestSupported); in dataDriven() 1053 assertEquals("bestSupported ULocale from ULocale", expMatch, bestSupported); in dataDriven() 1057 toLocale(expMatch), bestSupportedLocale); in dataDriven() 1061 expMatch, result.getSupportedULocale()); in dataDriven() 1063 toLocale(expMatch), resul in dataDriven() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 902 String expMatch = ""; field in LocaleMatcherTest.TestCase 1002 test.expMatch = line.substring(start, limit).trim(); in readTestCases() 1004 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases() 1087 ULocale expMatch = getULocaleOrNull(test.expMatch); in dataDriven() 1090 assertEquals("bestSupported ULocale from string", expMatch, bestSupported); in dataDriven() 1095 assertEquals("bestSupported ULocale from ULocale", expMatch, bestSupported); in dataDriven() 1099 toLocale(expMatch), bestSupportedLocale); in dataDriven() 1103 expMatch, result.getSupportedULocale()); in dataDriven() 1105 toLocale(expMatch), resul in dataDriven() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 36 CharString expMatch; member 526 test.expMatch, errorCode); in readTestCase() 529 test.expMatch, errorCode); in readTestCase() 592 Locale *expMatch = getLocaleOrNull(test.expMatch, expMatchLocale); in dataDriven() local 597 locString(expMatch), locString(bestSupported))) { in dataDriven() 606 locString(expMatch), locString(bestSupported)); in dataDriven() 610 locString(expMatch), locString(result.getSupportedLocale())); in dataDriven() 614 locString(expMatch), locString(bestSupported)); in dataDriven() 621 locString(expMatch), locStrin in dataDriven() [all...] |
Completed in 6 milliseconds