Home
last modified time | relevance | path

Searched refs:writeTable (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureModuleWriter.java23 public void writeTable(OpenTypeTableWriter tableWriter) in writeTable() method in LigatureModuleWriter
25 tableWriter.writeTable(output); in writeTable()
DShapingTypeBuilder.java34 public void writeTable(PrintStream output) in writeTable() method in ShapingTypeBuilder
64 writer.writeTable(this); in buildShapingTypes()
DGDEFWriter.java33 public void writeTable(PrintStream output) in writeTable() method in GDEFWriter
DGSUBWriter.java36 public void writeTable(PrintStream output) in writeTable() method in GSUBWriter
DOpenTypeTableWriter.java129 abstract public void writeTable(PrintStream output); in writeTable() method in OpenTypeTableWriter
DCanonGSUBBuilder.java515 writer.writeTable(gsubWriter); in buildDecompTables()
516 writer.writeTable(gdefWriter); in buildDecompTables()
/external/cldr/tools/c/genldml/
Dgenldml.h256 …void writeTable(const char* key, const char* resMain, const char* resElement, UnicodeString& xmlSt…
Dgenldml.cpp606 void GenerateXML::writeTable(const char* key, const char* resMain, const char* resElement, UnicodeS… in writeTable() function in GenerateXML
728 writeTable("Scripts","scripts","script",xmlString); in writeScript()
733 writeTable("Languages","languages","language",xmlString); in writeLanguage()
740 writeTable("Countries","territories","territory",xmlString); in writeCountryNames()
746 writeTable("Variants","variants","variant",xmlString); in writeVariantNames()
750 writeTable("Keys","keys","key",xmlString); in writeKeywordNames()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java649 writeTable(anchors, file, tablePrinter, title, tsvFile); in writeDiffs()
720 writeTable(anchors, file, tablePrinter, ENGLISH.getName(file) + " Delta", tsvFile); in writeDiffs()
774 …private void writeTable(Anchors anchors, String file, TablePrinter tablePrinter, String title, Pri… in writeTable() method in ChartDelta