Searched refs:readLineSkippingComments (Results 1 – 8 of 8) sorted by relevance
167 public String readLineSkippingComments(boolean trim) throws IOException { in readLineSkippingComments() method in ResourceReader190 public String readLineSkippingComments() throws IOException { in readLineSkippingComments() method in ResourceReader191 return readLineSkippingComments(false); in readLineSkippingComments()
63 line = reader.readLineSkippingComments(); in next()
169 public String readLineSkippingComments(boolean trim) throws IOException { in readLineSkippingComments() method in ResourceReader192 public String readLineSkippingComments() throws IOException { in readLineSkippingComments() method in ResourceReader193 return readLineSkippingComments(false); in readLineSkippingComments()
65 line = reader.readLineSkippingComments(); in next()
50 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
35 if (!reader->readLineSkippingComments(line, ec)) { in next()
101 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) { in TestNamesList()148 while (riwords.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) { in TestDictionary()
113 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, in readLineSkippingComments() function in TextFile