Searched refs:fAttNames (Results 1 – 2 of 2) sorted by relevance
522 el->fAttNames.addElement((void *)intern(attName, status), status); in createElement()682 fAttNames(errorCode), in UXMLElement()729 return fAttNames.size(); in countAttributes()734 if(0<=i && i<fAttNames.size()) { in getAttribute()735 name.setTo(*(const UnicodeString *)fAttNames.elementAt(i)); in getAttribute()752 int32_t i, count=fAttNames.size(); in getAttribute()754 if(p==(const UnicodeString *)fAttNames.elementAt(i)) { in getAttribute()
144 … UVector fAttNames; // A vector containing the names of this element's attributes variable