Home
last modified time | relevance | path

Searched refs:writeTable (Results 1 – 12 of 12) 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/gfxstream-protocols/registry/vulkan/scripts/
Ddocgenerator.py270 def writeTable(self, basename, values): member in DocOutputGenerator
424 self.writeTable(groupName + '.success',
427 self.writeTable(groupName + '.error',
433 self.writeTable(groupName, values)
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
Dmake_tables.go329 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr… func
400 if err := writeTable(w, curve, table, false, indent, writeBigInt); err != nil {
/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_tables.go329 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr… func
400 if err := writeTable(w, curve, table, false, indent, writeBigInt); err != nil {
/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/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartDelta.java750 writeTable(anchors, file, tablePrinter, title, tsvFile); in writeDiffs()
822 writeTable(anchors, file, tablePrinter, title, tsvFile); in writeDiffs()
875 …private void writeTable(Anchors anchors, String file, TablePrinter tablePrinter, String title, Pri… in writeTable() method in ChartDelta