Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java862 String expCombined = ""; field in LocaleMatcherTest.TestCase
956 test.expDesired = test.expCombined = ""; in readTestCases()
969 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
1046 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
1093 if (!test.expCombined.isEmpty()) { in dataDriven()
1094 ULocale expCombined = getULocaleOrNull(test.expCombined); in dataDriven()
1095 assertEquals("combined ULocale from ULocales", expCombined, result.makeResolvedULocale()); in dataDriven()
1096 assertEquals("combined Locale from ULocales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()
1111 if (!test.expCombined in dataDriven()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java904 String expCombined = ""; field in LocaleMatcherTest.TestCase
998 test.expDesired = test.expCombined = ""; in readTestCases()
1011 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
1088 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
1135 if (!test.expCombined.isEmpty()) { in dataDriven()
1136 ULocale expCombined = getULocaleOrNull(test.expCombined); in dataDriven()
1137 assertEquals("combined ULocale from ULocales", expCombined, result.makeResolvedULocale()); in dataDriven()
1138 assertEquals("combined Locale from ULocales", toLocale(expCombined), result.makeResolvedLocale()); in dataDriven()
1153 if (!test.expCombined in dataDriven()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A 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()

Completed in 6 milliseconds