Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java995 int matchSep = line.indexOf(">>"); in readTestCases() local
997 if (0 <= matchSep && (matchSep + 2) < limit) { in readTestCases()
999 test.desired = line.substring(0, matchSep).trim(); in readTestCases()
1001 int start = matchSep + 2; in readTestCases()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java998 int matchSep = line.indexOf(">>"); in readTestCases() local
1000 if (0 <= matchSep && (matchSep + 2) < limit) { in readTestCases()
1002 test.desired = line.substring(0, matchSep).trim(); in readTestCases()
1004 int start = matchSep + 2; in readTestCases()