Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp516 int32_t matchSep = line.indexOf(u">>"); in readTestCase() local
518 if (0 <= matchSep && (matchSep + 2) < limit) { in readTestCase()
519 toInvariant(line.tempSubStringBetween(0, matchSep).trim(), test.desired, errorCode); in readTestCase()
522 int32_t start = matchSep + 2; in readTestCase()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java951 int matchSep = line.indexOf(">>"); in readTestCases()
953 if (0 <= matchSep && (matchSep + 2) < limit) { in readTestCases()
955 test.desired = line.substring(0, matchSep).trim(); in readTestCases()
957 int start = matchSep + 2; in readTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java993 int matchSep = line.indexOf(">>"); in readTestCases()
995 if (0 <= matchSep && (matchSep + 2) < limit) { in readTestCases()
997 test.desired = line.substring(0, matchSep).trim(); in readTestCases()
999 int start = matchSep + 2; in readTestCases()

Completed in 6 milliseconds