Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp29 int32_t lineNr = 0; member
488 ++test.lineNr; in readTestCase()
581 (int)test.lineNr); in dataDriven()
631 UnicodeString(u"ignoring makeResolvedLocale() line ") + test.lineNr); in dataDriven()
663 "test data syntax error on line %d", (int)test.lineNr)) { in testDataDriven()
669 if (errorCode.errIfFailureAndReset("test error on line %d", (int)test.lineNr)) { in testDataDriven()
672 infoln("test failure on line %d", (int)test.lineNr); in testDataDriven()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleMatcherTest.java846 int lineNr = 0; field in LocaleMatcherTest.TestCase
899 sb.append(ENDL).append("line ").append(lineNr).append(':'); in toString()
922 ++test.lineNr; in readTestCases()
977 System.out.println("Locale matcher test case on line " + test.lineNr in readTestCases()
978 + " is a duplicate of line " + tests.get(prevIndex).lineNr); in readTestCases()
983 + test.lineNr + "\n" + line); in readTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleMatcherTest.java888 int lineNr = 0; field in LocaleMatcherTest.TestCase
941 sb.append(ENDL).append("line ").append(lineNr).append(':'); in toString()
964 ++test.lineNr; in readTestCases()
1019 System.out.println("Locale matcher test case on line " + test.lineNr in readTestCases()
1020 + " is a duplicate of line " + tests.get(prevIndex).lineNr); in readTestCases()
1025 + test.lineNr + "\n" + line); in readTestCases()

Completed in 7 milliseconds