Home
last modified time | relevance | path

Searched refs:attName (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/python/
Ddrv_libxml2.py210 attName = (_d(reader.NamespaceUri()),
212 qnames[attName] = qname
213 attrs[attName] = value
227 attName = _d(reader.Name())
228 attrs[attName] = _d(reader.Value())
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp242 UnicodeString attName = mAttrValue.group(1, errorCode); in parseFile() local
250 if(attName==UNICODE_STRING("encoding", 8)) { in parseFile()
497 UnicodeString attName = mAttrValue.group(1, status); in createElement() local
524 el->fAttNames.addElement((void *)intern(attName, status), status); in createElement()