Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java518 Counter<Level> missingCounter = new Counter<>(); in addGrowth() local
525 missingCounter, missingPaths, unconfirmedPaths); in addGrowth() local
534 missingCounter.add(Level.MODERN, -1); in addGrowth()
564 data.put(locale, new FoundAndTotal(foundCounter, unconfirmedCounter, missingCounter)); in addGrowth()
638 Counter<Level> missingCounter = new Counter<>(); in showCoverage() local
794 missingCounter, missingPaths, unconfirmed); in showCoverage()
813 missingCounter.add(level, -1); in showCoverage()
883 long missingExemplarCount = missingCounter.get(Level.CORE); in showCoverage()
920 missingCounter.add(Level.CORE, missing.size()); in showCoverage()
976 long missingCount = missingCounter.get(level); in showCoverage()
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1497 Counter<Level> missingCounter, in getStatus() argument
1500 …erable(), file, pathHeaderFactory, foundCounter, unconfirmedCounter, missingCounter, missingPaths,… in getStatus() local
1517 Counter<Level> missingCounter, in getStatus() argument
1525 missingCounter.clear(); in getStatus()
1544 missingCounter.add(level, 1); in getStatus()