Home
last modified time | relevance | path

Searched defs:readLineSkippingComments (Results 1 – 3 of 3) 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
/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
/external/icu/icu4c/source/test/intltest/
Dtextfile.cpp113 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec, in readLineSkippingComments() function in TextFile