Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1119 writeSummaryRow(output, choices, fileInfo.problemCounter, name, localeID); in writeSummaryTable()
1126 writeSummaryRow(output, choices, totals.problemCounter, "Total", null); in writeSummaryTable()
1191 …private void writeSummaryRow(Appendable output, EnumSet<Choice> choices, Counter<Choice> problemCo… in writeSummaryRow() method in VettingViewer