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

  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 71 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status),
341 mXMLComment.reset(src);
417 if (mXMLComment.lookingAt(fPos, status)) {
418 fPos = mXMLComment.end(status);
553 if (mXMLComment.lookingAt(fPos, status)) {
554 fPos = mXMLComment.end(status);
xmlparser.h 222 RegexMatcher mXMLComment;

Completed in 4161 milliseconds