Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp523 int32_t expLimit = line.indexOf(u'|', start); in readTestCase() local
524 if (expLimit < 0) { in readTestCase()
528 toInvariant(line.tempSubStringBetween(start, expLimit).trim(), in readTestCase()
530 start = expLimit + 1; in readTestCase()
531 expLimit = line.indexOf(u'|', start); in readTestCase()
532 if (expLimit < 0) { in readTestCase()
536 toInvariant(line.tempSubStringBetween(start, expLimit).trim(), in readTestCase()
538 toInvariant(line.tempSubStringBetween(expLimit + 1, limit).trim(), in readTestCase()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java958 int expLimit = line.indexOf('|', start); in readTestCases()
959 if (expLimit < 0) { in readTestCases()
962 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases()
963 start = expLimit + 1; in readTestCases()
964 expLimit = line.indexOf('|', start); in readTestCases()
965 if (expLimit < 0) { in readTestCases()
968 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases()
969 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java1000 int expLimit = line.indexOf('|', start); in readTestCases()
1001 if (expLimit < 0) { in readTestCases()
1004 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases()
1005 start = expLimit + 1; in readTestCases()
1006 expLimit = line.indexOf('|', start); in readTestCases()
1007 if (expLimit < 0) { in readTestCases()
1010 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases()
1011 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()

Completed in 6 milliseconds