Home
last modified time | relevance | path

Searched refs:fElementStack (Results 1 – 6 of 6) 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 = static_cast<UXMLElement*>(fElementStack.pop()); in parse()
458 if (el != nullptr || !fElementStack.empty()) { in parse()
Dxmlparser.h236 UStack fElementStack; // Stack holds the parent elements when nested variable
/external/cronet/stable/third_party/icu/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 != nullptr || !fElementStack.empty()) { in parse()
Dxmlparser.h236 UStack fElementStack; // Stack holds the parent elements when nested variable
/external/cronet/tot/third_party/icu/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 != nullptr || !fElementStack.empty()) { in parse()
Dxmlparser.h236 UStack fElementStack; // Stack holds the parent elements when nested variable