Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp99 UBool readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode);
967 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine() function in CollationTest
1235 while(readNonEmptyLine(f, errorCode) && !isSectionStarter(fileLine[0])) { in buildTailoring()
1760 while(readNonEmptyLine(f, errorCode) && !isSectionStarter(fileLine[0])) { in checkCompareStrings()
1824 …while(errorCode.isSuccess() && (!fileLine.isEmpty() || readNonEmptyLine(f.getAlias(), errorCode)))… in TestDataDriven()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java1051 private boolean readNonEmptyLine(BufferedReader in) throws IOException { in readNonEmptyLine() method
1322 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {
1615 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {
1668 while (fileLine != null || readNonEmptyLine(in)) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java1048 private boolean readNonEmptyLine(BufferedReader in) throws IOException { in readNonEmptyLine() method
1319 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {
1612 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {
1665 while (fileLine != null || readNonEmptyLine(in)) {