Searched refs:XMLFile (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/tools/multi/proj/icu4cscan/ |
D | xmlout.cpp | 9 XMLFile::XMLFile(FILE *f) { in XMLFile() function in XMLFile 14 XMLFile::~XMLFile() in ~XMLFile() 19 void XMLFile::write(const char *s) { in write() 23 void XMLFile::writeln(const char *s) { in writeln() 29 int XMLFile::indent(const char *s, bool single) { in indent() 38 int XMLFile::outdent(const char *s) { in outdent() 44 void XMLFile::writeIndent() { in writeIndent() 50 XMLElement::XMLElement(XMLFile &f, const char *name, const char *attribs, bool single) : file(f), n… in XMLElement()
|
D | xmlout.h | 8 class XMLFile { 10 XMLFile(FILE *f); 11 ~XMLFile(); 38 XMLElement(XMLFile &f, const char *name, const char *attribs = NULL, bool single=FALSE); 43 XMLFile &file;
|
D | testxml.cpp | 326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) { in writeOkComments() 368 void probeCapability(XMLFile& xf, const char *locale) { in probeCapability() 390 void probeColCapability(XMLFile& xf, const char *locale) { in probeColCapability() 452 XMLFile xf(stdout); in main()
|