Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmllite/
Dxmlbuilder.cc49 QName attName(pctx->ResolveQName(*atts, true)); in BuildElement() local
50 if (attName.IsEmpty()) { in BuildElement()
56 if (!attName.Namespace().empty()) { in BuildElement()
57 if (seenNonlocalAtts.count(attName)) { in BuildElement()
61 seenNonlocalAtts.insert(attName); in BuildElement()
64 pelNew->AddAttr(attName, std::string(*(atts + 1))); in BuildElement()
/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()