Searched refs:foundCounter (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowLocaleCoverage.java | 424 Counter<Level> foundCounter = new Counter<Level>(); in addGrowth() local 432 pathHeaderFactory, foundCounter, unconfirmedCounter, in addGrowth() local 443 foundCounter.add(Level.MODERN, 1); in addGrowth() 484 foundCounter.add(Level.MODERN, 1); in addGrowth() 491 data.put(locale, new FoundAndTotal(foundCounter, unconfirmedCounter, missingCounter)); in addGrowth() 684 Counter<Level> foundCounter = new Counter<Level>(); in printData() local 838 pathHeaderFactory, foundCounter, unconfirmedCounter, in printData() 924 foundCounter.add(Level.CORE, coverage.size()); in printData() 951 long foundCount = foundCounter.get(level); in printData()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 1905 Counter<Level> foundCounter, Counter<Level> unconfirmedCounter, in getStatus() argument 1909 …getStatus(file.fullIterable(), file, pathHeaderFactory, foundCounter, unconfirmedCounter, missingC… in getStatus() local 1924 PathHeader.Factory pathHeaderFactory, Counter<Level> foundCounter, in getStatus() argument 1932 foundCounter.clear(); in getStatus() 1969 foundCounter.add(level, 1); in getStatus()
|