Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java120 Set<Exception> totalErrors = new LinkedHashSet<Exception>(); in showRepertoire() local
138 totalErrors.add(new IllegalArgumentException(keyboardId, error)); in showRepertoire()
145totalErrors.add(new IllegalArgumentException("Non-canonical id: " + id.locale + "\t=>\t" + canonic… in showRepertoire()
155 if (totalErrors.size() != 0) { in showRepertoire()
156 …System.out.println("Errors\t" + CollectionUtilities.join(totalErrors, System.lineSeparator() + "\t… in showRepertoire()