Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java516 Counter<Level> foundCounter = new Counter<>(); in addGrowth() local
524 pathHeaderFactory, foundCounter, unconfirmedCounter, in addGrowth() local
535 foundCounter.add(Level.MODERN, 1); in addGrowth()
564 data.put(locale, new FoundAndTotal(foundCounter, unconfirmedCounter, missingCounter)); in addGrowth()
636 Counter<Level> foundCounter = new Counter<>(); in showCoverage() local
793 pathHeaderFactory, foundCounter, unconfirmedCounter, in showCoverage()
919 foundCounter.add(Level.CORE, coverage.size()); in showCoverage()
974 long foundCount = foundCounter.get(level); in showCoverage()
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1496 Counter<Level> foundCounter, Counter<Level> unconfirmedCounter, in getStatus() argument
1500 …getStatus(file.fullIterable(), file, pathHeaderFactory, foundCounter, unconfirmedCounter, missingC… in getStatus() local
1515 PathHeader.Factory pathHeaderFactory, Counter<Level> foundCounter, in getStatus() argument
1523 foundCounter.clear(); in getStatus()
1559 foundCounter.add(level, 1); in getStatus()