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

  /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);
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 578 String attName[] = processName(attQName, true, true);
579 atts.addAttribute(attName[0], attName[1], attName[2],

Completed in 342 milliseconds