Searched refs:readNonEmptyLine (Results 1 – 3 of 3) sorted by relevance
99 UBool readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode);967 UBool CollationTest::readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode) { in readNonEmptyLine() function in CollationTest1235 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()
1051 private boolean readNonEmptyLine(BufferedReader in) throws IOException { in readNonEmptyLine() method1322 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1615 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1668 while (fileLine != null || readNonEmptyLine(in)) {
1048 private boolean readNonEmptyLine(BufferedReader in) throws IOException { in readNonEmptyLine() method1319 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1612 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1665 while (fileLine != null || readNonEmptyLine(in)) {