Home
last modified time | relevance | path

Searched refs:mAttrValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/tools/toolutil/
Dxmlparser.cpp128 mAttrValue(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*" in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
238 mAttrValue.reset(src); in parseFile()
239 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile()
240 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile()
241 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile()
253 pos = mAttrValue.end(2, errorCode); in parseFile()
347 mAttrValue.reset(src); in parse()
494 while (mAttrValue.lookingAt(pos, status)) { // loop runs once per attribute on this element. in createElement()
495 UnicodeString attName = mAttrValue.group(1, status); in createElement()
496 UnicodeString attValue = mAttrValue.group(2, status); in createElement()
[all …]
Dxmlparser.h228 RegexMatcher mAttrValue; variable
/external/icu4c/tools/toolutil/
Dxmlparser.cpp128 mAttrValue(UnicodeString(XML_SPACES "+(" XML_NAME ")" XML_SPACES "*=" XML_SPACES "*" in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
238 mAttrValue.reset(src); in parseFile()
239 …while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on t… in parseFile()
240 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile()
241 UnicodeString attValue = mAttrValue.group(2, errorCode); in parseFile()
253 pos = mAttrValue.end(2, errorCode); in parseFile()
347 mAttrValue.reset(src); in parse()
494 while (mAttrValue.lookingAt(pos, status)) { // loop runs once per attribute on this element. in createElement()
495 UnicodeString attName = mAttrValue.group(1, status); in createElement()
496 UnicodeString attValue = mAttrValue.group(2, status); in createElement()
[all …]
Dxmlparser.h228 RegexMatcher mAttrValue; variable