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

  /external/icu4c/tools/toolutil/
xmlparser.cpp 522 el->fAttNames.addElement((void *)intern(attName, status), status);
682 fAttNames(errorCode),
729 return fAttNames.size();
734 if(0<=i && i<fAttNames.size()) {
735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i));
752 int32_t i, count=fAttNames.size();
754 if(p==(const UnicodeString *)fAttNames.elementAt(i)) {
xmlparser.h 144 UVector fAttNames; // A vector containing the names of this element's attributes

Completed in 53 milliseconds