Home | History | Annotate | Download | only in toolutil

Lines Matching full:group

120       //  Capture group 1 is name, 
139 // We will figure out what we've got based on which capture group has content.
240 UnicodeString attName = mAttrValue.group(1, errorCode);
241 UnicodeString attValue = mAttrValue.group(2, errorCode);
429 const UnicodeString name = mXMLElemEnd.group(1, status);
488 // First capture group is the element's name.
489 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status);
495 UnicodeString attName = mAttrValue.group(1, status);
496 UnicodeString attValue = mAttrValue.group(2, status);
566 result = mXMLCharData.group(0, status);
592 // Which entity we've matched is determined by which capture group has content,
593 // which is flaged by start() of that group not being -1.
606 UnicodeString hexString = mAmps.group(6, status);
614 UnicodeString decimalString = mAmps.group(7, status);
625 replacement = mAmps.group(0, status);