Home
last modified time | relevance | path

Searched refs:readLineSkippingComments (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DResourceReader.java167 public String readLineSkippingComments(boolean trim) throws IOException { in readLineSkippingComments() method in ResourceReader
190 public String readLineSkippingComments() throws IOException { in readLineSkippingComments() method in ResourceReader
191 return readLineSkippingComments(false); in readLineSkippingComments()
DTokenIterator.java63 line = reader.readLineSkippingComments(); in next()
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DResourceReader.java169 public String readLineSkippingComments(boolean trim) throws IOException { in readLineSkippingComments() method in ResourceReader
192 public String readLineSkippingComments() throws IOException { in readLineSkippingComments() method in ResourceReader
193 return readLineSkippingComments(false); in readLineSkippingComments()
DTokenIterator.java65 line = reader.readLineSkippingComments(); in next()
/external/icu/icu4c/source/test/intltest/
Dtextfile.h50 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
Dtokiter.cpp35 if (!reader->readLineSkippingComments(line, ec)) { in next()
Dthcoll.cpp101 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) { in TestNamesList()
148 while (riwords.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) { in TestDictionary()
Dtextfile.cpp113 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, in readLineSkippingComments() function in TextFile