OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mXMLElemEmpty
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp
108
mXMLElemEmpty
(UnicodeString("(?s)<(" XML_NAME ")" // match "<tag_name"
345
mXMLElemEmpty
.reset(src);
369
if (
mXMLElemEmpty
.lookingAt(fPos, status)) {
371
root = createElement(
mXMLElemEmpty
, status);
372
fPos =
mXMLElemEmpty
.end(status);
444
if (
mXMLElemEmpty
.lookingAt(fPos, status)) {
445
UXMLElement *t = createElement(
mXMLElemEmpty
, status);
xmlparser.h
226
RegexMatcher
mXMLElemEmpty
;
Completed in 40 milliseconds