Searched refs:isSectionStarter (Results 1 – 3 of 3) sorted by relevance
1027 private static boolean isSectionStarter(char c) { in isSectionStarter() method1332 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1625 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1678 if (!isSectionStarter(fileLine.charAt(0))) {
1031 private static boolean isSectionStarter(char c) { in isSectionStarter() method1336 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1629 while (readNonEmptyLine(in) && !isSectionStarter(fileLine.charAt(0))) {1682 if (!isSectionStarter(fileLine.charAt(0))) {
91 static UBool isSectionStarter(UChar c) { return c == 0x25 || c == 0x2a || c == 0x40; } // %*@ in isSectionStarter() function in CollationTest1237 while(readNonEmptyLine(f, errorCode) && !isSectionStarter(fileLine[0])) { in buildTailoring()1764 while(readNonEmptyLine(f, errorCode) && !isSectionStarter(fileLine[0])) { in checkCompareStrings()1829 if(!isSectionStarter(fileLine[0])) { in TestDataDriven()