Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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
/third_party/skia/third_party/externals/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 != NULL || !fElementStack.empty()) { in parse()
Dxmlparser.h236 UStack fElementStack; // Stack holds the parent elements when nested variable
/third_party/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