Lines Matching defs:xf
88 // XMLElement icuData(xf, "feature", tmp, true);
114 // XMLElement icuData(xf, "feature", tmp, true);
326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) {
340 xf.writeln(tmp);
368 void probeCapability(XMLFile& xf, const char *locale) {
387 writeOkComments(xf,ok, comments,locale);
390 void probeColCapability(XMLFile& xf, const char *locale) {
409 writeOkComments(xf,ok, comments,locale);
452 XMLFile xf(stdout);
454 xf.writeln("<!DOCTYPE icuInfo SYSTEM \"http://icu-project.org/dtd/icumeta.dtd\">");
455 XMLElement icuInfo(xf, "icuInfo");
456 XMLElement icuProducts(xf, "icuProducts");
457 XMLElement icuProduct(xf, "icuProduct", "type=\"icu4c\"");
458 XMLElement releases(xf, "releases");
460 XMLElement release(xf, "release", tmp);
462 XMLElement capabilities(xf, "capabilities");
466 XMLElement icuData(xf, "feature", tmp, true);
482 XMLElement icuData(xf, "feature", tmp, true);
492 XMLElement icuData(xf, "feature", tmp, true);
513 XMLElement icuData(xf, "feature", tmp, true);
521 XMLElement icuData(xf, "feature", tmp);
523 // probeCapability(xf, "root");
525 probeCapability(xf, uloc_getAvailable(j));
534 XMLElement icuData(xf, "feature", tmp);
536 // probeCapability(xf, "root");
538 probeColCapability(xf, ucol_getAvailable(j));