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

  /external/icu4c/tools/toolutil/
xmlparser.cpp 69 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status),
339 mXMLComment.reset(src);
415 if (mXMLComment.lookingAt(fPos, status)) {
416 fPos = mXMLComment.end(status);
551 if (mXMLComment.lookingAt(fPos, status)) {
552 fPos = mXMLComment.end(status);
xmlparser.h 220 RegexMatcher mXMLComment;

Completed in 136 milliseconds