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