Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.h35 enum UXMLNodeType { enum
99 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
Dxmlparser.cpp769 UXMLElement::getChild(int32_t i, UXMLNodeType &type) const { in getChild()