Searched refs:mAttrValue (Results 1 – 2 of 2) sorted by relevance
128 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 …]
228 RegexMatcher mAttrValue; variable