Searched refs:mXMLComment (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 71 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 341 mXMLComment.reset(src); in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 418 fPos = mXMLComment.end(status); in parse() 553 if (mXMLComment.lookingAt(fPos, status)) { in parseMisc() 554 fPos = mXMLComment.end(status); in parseMisc()
|
D | xmlparser.h | 222 RegexMatcher mXMLComment; variable
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 71 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 341 mXMLComment.reset(src); in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 418 fPos = mXMLComment.end(status); in parse() 553 if (mXMLComment.lookingAt(fPos, status)) { in parseMisc() 554 fPos = mXMLComment.end(status); in parseMisc()
|
D | xmlparser.h | 222 RegexMatcher mXMLComment; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 71 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 341 mXMLComment.reset(src); in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 418 fPos = mXMLComment.end(status); in parse() 553 if (mXMLComment.lookingAt(fPos, status)) { in parseMisc() 554 fPos = mXMLComment.end(status); in parseMisc()
|
D | xmlparser.h | 222 RegexMatcher mXMLComment; variable
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | xmlparser.cpp | 71 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 341 mXMLComment.reset(src); in parse() 417 if (mXMLComment.lookingAt(fPos, status)) { in parse() 418 fPos = mXMLComment.end(status); in parse() 553 if (mXMLComment.lookingAt(fPos, status)) { in parseMisc() 554 fPos = mXMLComment.end(status); in parseMisc()
|
D | xmlparser.h | 222 RegexMatcher mXMLComment; variable
|