Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp525 el->fAttValues.addElement(attValue.clone(), status); in createElement()
685 fAttValues(errorCode), in UXMLElement()
694 for (i=fAttValues.size()-1; i>=0; i--) { in ~UXMLElement()
695 delete (UObject *)fAttValues.elementAt(i); in ~UXMLElement()
738 value.setTo(*(const UnicodeString *)fAttValues.elementAt(i)); in getAttribute()
757 return (const UnicodeString *)fAttValues.elementAt(i); in getAttribute()
Dxmlparser.h148 UVector fAttValues; // A vector containing the attribute values for variable