Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java933 writeSummaryRow(output, choices, fileInfo.vc.problemCounter, name, localeID, level); in computeOne()
983 writeSummaryRow(output, choices, totals.problemCounter, "Total", null, desiredLevel); in writeSummaryTable()
1082 …private void writeSummaryRow(Appendable output, EnumSet<NotificationCategory> choices, Counter<Not… in writeSummaryRow() method in VettingViewer