OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mXMLComment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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
;
/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 37 milliseconds