Searched defs:intern (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp489 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status);
522 el->fAttNames.addElement((void *)intern(attName, status), status);
649 // intern strings like in Java
652 UXMLParser::intern(const UnicodeString &s, UErrorCode &errorCode) { function in class:UXMLParser
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp489 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status);
522 el->fAttNames.addElement((void *)intern(attName, status), status);
649 // intern strings like in Java
652 UXMLParser::intern(const UnicodeString &s, UErrorCode &errorCode) { function in class:UXMLParser
/external/libxml2/
H A DSAX2.c1795 const xmlChar *intern = NULL; local
1813 * intern the formatting blanks found between tags, or the
1825 intern = tmp;
1828 intern = xmlDictLookup(ctxt->dict, str, len);
1836 intern = xmlDictLookup(ctxt->dict, str, len);
1843 if (intern == NULL) {
1851 ret->content = (xmlChar *) intern;

Completed in 51 milliseconds