Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java994 static EnumSet<ErrorType> showInSummary = EnumSet.of( field in ConsoleCheckCLDR.ErrorType
1187 for (ConsoleCheckCLDR.ErrorType type : ConsoleCheckCLDR.ErrorType.showInSummary) { in showErrorFileIndex()
1225 for (ConsoleCheckCLDR.ErrorType type : ConsoleCheckCLDR.ErrorType.showInSummary) { in showErrorFileIndex()
1273 if (!ConsoleCheckCLDR.ErrorType.showInSummary.contains(problem)) { in showSections()
1378 for (ConsoleCheckCLDR.ErrorType type : ConsoleCheckCLDR.ErrorType.showInSummary) { in writeErrorCountsText()
1595 if (ErrorType.showInSummary.contains(shortStatus)) { in addError()