Home
last modified time | relevance | path

Searched refs:fAttNames (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.cpp524 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()
Dxmlparser.h146 … UVector fAttNames; // A vector containing the names of this element's attributes variable
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.cpp524 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()
Dxmlparser.h146 … UVector fAttNames; // A vector containing the names of this element's attributes variable
/third_party/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp524 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()
Dxmlparser.h146 … UVector fAttNames; // A vector containing the names of this element's attributes variable