Home
last modified time | relevance | path

Searched refs:XMLElement (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/tools/multi/proj/icu4cscan/
Dtestxml.cpp455 XMLElement icuInfo(xf, "icuInfo"); in main()
456 XMLElement icuProducts(xf, "icuProducts"); in main()
457 XMLElement icuProduct(xf, "icuProduct", "type=\"icu4c\""); in main()
458 XMLElement releases(xf, "releases"); in main()
460 XMLElement release(xf, "release", tmp); in main()
462 XMLElement capabilities(xf, "capabilities"); in main()
466 XMLElement icuData(xf, "feature", tmp, true); in main()
482 XMLElement icuData(xf, "feature", tmp, true); in main()
492 XMLElement icuData(xf, "feature", tmp, true); in main()
513 XMLElement icuData(xf, "feature", tmp, true); in main()
[all …]
Dxmlout.cpp50 XMLElement::XMLElement(XMLFile &f, const char *name, const char *attribs, bool single) : file(f), n… in XMLElement() function in XMLElement
65 XMLElement::~XMLElement() { in ~XMLElement()
Dxmlout.h36 class XMLElement {
38 XMLElement(XMLFile &f, const char *name, const char *attribs = NULL, bool single=false);
39 ~XMLElement();
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dusage.cc65 class XMLElement { class
67 XMLElement(absl::string_view tag, absl::string_view txt) in XMLElement() function in absl::flags_internal::__anon032d08290111::XMLElement
71 const XMLElement& xml_elem) { in operator <<()
243 << XMLElement("program", flags_internal::ShortProgramInvocationName()) in FlagsHelpImpl()
245 << XMLElement("usage", program_usage_message) << '\n'; in FlagsHelpImpl()