HomeSort by relevance Sort by last modified time
    Searched refs:readLineSkippingComments (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
textfile.h 48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
tokiter.cpp 32 if (!reader->readLineSkippingComments(line, ec)) {
textfile.cpp 111 UBool TextFile::readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
thcoll.cpp 96 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
143 while (riwords.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {

Completed in 132 milliseconds