Home
last modified time | relevance | path

Searched refs:expMatch (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java904 String expMatch = ""; field in LocaleMatcherTest.TestCase
1004 test.expMatch = line.substring(start, limit).trim(); in readTestCases()
1006 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases()
1089 ULocale expMatch = getULocaleOrNull(test.expMatch); in dataDriven() local
1092 assertEquals("bestSupported ULocale from string", expMatch, bestSupported); in dataDriven()
1097 assertEquals("bestSupported ULocale from ULocale", expMatch, bestSupported); in dataDriven()
1101 toLocale(expMatch), bestSupportedLocale); in dataDriven()
1105 expMatch, result.getSupportedULocale()); in dataDriven()
1107 toLocale(expMatch), result.getSupportedLocale()); in dataDriven()
1111 expMatch, result.getSupportedULocale()); in dataDriven()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java907 String expMatch = ""; field in LocaleMatcherTest.TestCase
1007 test.expMatch = line.substring(start, limit).trim(); in readTestCases()
1009 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases()
1092 ULocale expMatch = getULocaleOrNull(test.expMatch); in dataDriven() local
1095 assertEquals("bestSupported ULocale from string", expMatch, bestSupported); in dataDriven()
1100 assertEquals("bestSupported ULocale from ULocale", expMatch, bestSupported); in dataDriven()
1104 toLocale(expMatch), bestSupportedLocale); in dataDriven()
1108 expMatch, result.getSupportedULocale()); in dataDriven()
1110 toLocale(expMatch), result.getSupportedLocale()); in dataDriven()
1114 expMatch, result.getSupportedULocale()); in dataDriven()
[all …]
/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp36 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), locString(result.getSupportedLocale())); in dataDriven()
629 if (test.expMatch.contains("-u-")) { in dataDriven()