HomeSort by relevance Sort by last modified time
    Searched refs:attName (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.cc 69 QName attName(pctx->ResolveQName(*atts, true));
70 if (attName == QN_EMPTY) {
76 if (!attName.Namespace().empty()) {
77 if (seenNonlocalAtts.count(attName)) {
81 seenNonlocalAtts.insert(attName);
84 pelNew->AddAttr(attName, std::string(*(atts + 1)));
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 572 String attName[] = processName(attQName, true, true);
573 atts.addAttribute(attName[0], attName[1], attName[2],
  /external/icu4c/tools/toolutil/
xmlparser.cpp 240 UnicodeString attName = mAttrValue.group(1, errorCode);
248 if(attName==UNICODE_STRING("encoding", 8)) {
495 UnicodeString attName = mAttrValue.group(1, status);
522 el->fAttNames.addElement((void *)intern(attName, status), status);