Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp148 fElementStack(status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
396 fElementStack.push(el, status); in parse()
436 if (fElementStack.empty()) { in parse()
441 el = (UXMLElement *)fElementStack.pop(); in parse()
458 if (el != NULL || !fElementStack.empty()) { in parse()
Dxmlparser.h236 UStack fElementStack; // Stack holds the parent elements when nested variable