Home
last modified time | relevance | path

Searched refs:fAttValues (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp523 el->fAttValues.addElement(attValue.clone(), status); in createElement()
683 fAttValues(errorCode), in UXMLElement()
692 for (i=fAttValues.size()-1; i>=0; i--) { in ~UXMLElement()
693 delete (UObject *)fAttValues.elementAt(i); in ~UXMLElement()
736 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i)); in getAttribute()
755 return (const UnicodeString *)fAttValues.elementAt(i); in getAttribute()
Dxmlparser.h146 UVector fAttValues; // A vector containing the attribute values for variable