Home
last modified time | relevance | path

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

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