Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java359 Set<String> inconsistentItems = new TreeSet<String>(); in checkDecimalFormatConsistency() local
386 inconsistentItems.add(pathHeader.getHeaderCode()); in checkDecimalFormatConsistency()
389 if (inconsistentItems.size() > 0) { in checkDecimalFormatConsistency()
400 inconsistentItems.toString())); in checkDecimalFormatConsistency()