Home
last modified time | relevance | path

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

/third_party/icu/tools/multi/proj/icu4cscan/
H A Dxmlout.cpp50 XMLElement::XMLElement(XMLFile &f, const char *name, const char *attribs, bool single) : file(f), name(name), single(single) { in XMLElement() function in XMLElement
65 XMLElement::~XMLElement() { in ~XMLElement()
H A Dtestxml.cpp88 // XMLElement icuData(xf, "feature", tmp, true); in _getCLDRVersionDirect()
114 // XMLElement icuData(xf, "feature", tmp, true); in _getCLDRVersionOld()
455 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 icuDat in main()
[all...]
H A Dxmlout.h36 class XMLElement { class
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/
H A Dusage.cc63 // std::cout << XMLElement("title", "Milk & Cookies");
65 class XMLElement { class
67 XMLElement(absl::string_view tag, absl::string_view txt) in XMLElement() function in absl::flags_internal::__anon19232::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()

Completed in 2 milliseconds