Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java906 String expCombined = ""; field in LocaleMatcherTest.TestCase
1000 test.expDesired = test.expCombined = ""; in readTestCases()
1013 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
1090 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
1137 if (!test.expCombined.isEmpty()) { in dataDriven()
1138 ULocale expCombined = getULocaleOrNull(test.expCombined); in dataDriven() local
1139 … assertEquals("combined ULocale from ULocales", expCombined, result.makeResolvedULocale()); in dataDriven()
1140 … assertEquals("combined Locale from ULocales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()
1155 if (!test.expCombined.isEmpty()) { in dataDriven()
1156 ULocale expCombined = getULocaleOrNull(test.expCombined); in dataDriven() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java909 String expCombined = ""; field in LocaleMatcherTest.TestCase
1003 test.expDesired = test.expCombined = ""; in readTestCases()
1016 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
1093 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
1140 if (!test.expCombined.isEmpty()) { in dataDriven()
1141 ULocale expCombined = getULocaleOrNull(test.expCombined); in dataDriven() local
1142 … assertEquals("combined ULocale from ULocales", expCombined, result.makeResolvedULocale()); in dataDriven()
1143 … assertEquals("combined Locale from ULocales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()
1158 if (!test.expCombined.isEmpty()) { in dataDriven()
1159 ULocale expCombined = getULocaleOrNull(test.expCombined); in dataDriven() local
[all …]
/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp38 CharString expCombined; member
521 test.expCombined.clear(); in readTestCase()
539 test.expCombined, errorCode); in readTestCase()
593 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
628 if (!test.expCombined.isEmpty()) { in dataDriven()
635 Locale *expCombined = getLocaleOrNull(test.expCombined, expCombinedLocale); in dataDriven() local
638 locString(expCombined), locString(&combined)); in dataDriven()