Searched refs:mEl (Results 1 – 2 of 2) sorted by relevance
489 UXMLParser::createElement(RegexMatcher &mEl, UErrorCode &status) { in createElement() argument491 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status); in createElement()494 int32_t pos = mEl.end(1, status); // The position after the end of the tag name in createElement()528 fPos = mEl.end(0, status); in createElement()
208 UXMLElement *createElement(RegexMatcher &mEl, UErrorCode &status);