Home
last modified time | relevance | path

Searched refs:expDesired (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.java861 String expDesired = ""; field in LocaleMatcherTest.TestCase
956 test.expDesired = test.expCombined = ""; in readTestCases()
966 test.expDesired = line.substring(start, limit).trim(); in readTestCases()
968 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases()
1046 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
1086 if (!test.expDesired.isEmpty()) { in dataDriven()
1087 ULocale expDesired = getULocaleOrNull(test.expDesired); in dataDriven()
1089 expDesired, result.getDesiredULocale()); in dataDriven()
1091 toLocale(expDesired), resul in dataDriven()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java903 String expDesired = ""; field in LocaleMatcherTest.TestCase
998 test.expDesired = test.expCombined = ""; in readTestCases()
1008 test.expDesired = line.substring(start, limit).trim(); in readTestCases()
1010 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases()
1088 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
1128 if (!test.expDesired.isEmpty()) { in dataDriven()
1129 ULocale expDesired = getULocaleOrNull(test.expDesired); in dataDriven()
1131 expDesired, result.getDesiredULocale()); in dataDriven()
1133 toLocale(expDesired), resul in dataDriven()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp37 CharString expDesired; member
520 test.expDesired.clear(); in readTestCase()
534 test.expDesired, errorCode); in readTestCase()
537 test.expDesired, errorCode); in readTestCase()
593 if (test.expDesired.isEmpty() && test.expCombined.isEmpty()) { in dataDriven()
622 if (!test.expDesired.isEmpty()) { in dataDriven()
624 Locale *expDesired = getLocaleOrNull(test.expDesired, expDesiredLocale); in dataDriven() local
626 locString(expDesired), locString(result.getDesiredLocale())); in dataDriven()

Completed in 5 milliseconds