Home | History | Annotate | Download | only in toolutil

Lines Matching refs:mAttrValue

128       mAttrValue(UnicodeString(XML_SPACES "+("  XML_NAME ")"  XML_SPACES "*=" XML_SPACES "*"
238 mAttrValue.reset(src);
239 while(pos<declEnd && mAttrValue.lookingAt(pos, errorCode)) { // loop runs once per attribute on this element.
240 UnicodeString attName = mAttrValue.group(1, errorCode);
241 UnicodeString attValue = mAttrValue.group(2, errorCode);
253 pos = mAttrValue.end(2, errorCode);
347 mAttrValue.reset(src);
494 while (mAttrValue.lookingAt(pos, status)) { // loop runs once per attribute on this element.
495 UnicodeString attName = mAttrValue.group(1, status);
496 UnicodeString attValue = mAttrValue.group(2, status);
524 pos = mAttrValue.end(2, status);