Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java446 Relation<String, Row.R2<PathInfo, String>> countItems = Relation.of( in writeFile() local
537 countItems.put(countLessPath, Row.of(pathInfo, value)); in writeFile()
552 …nteger, Integer> lineWordCount = writeCountPathInfo(out1, out3, cldrFile.getLocaleID(), countItems, in writeFile()
557 if (!filter && countItems.size() != lineWordCount.get0().intValue()) { in writeFile()
558 … System.out.println(localeId + "\t" + countItems.size() + "\t" + lineWordCount.get0().intValue()); in writeFile()
646 Relation<String, R2<PathInfo, String>> countItems, boolean isEnglish, boolean filter) { in writeCountPathInfo() argument
652 for (Entry<String, Set<R2<PathInfo, String>>> entry : countItems.keyValuesSet()) { in writeCountPathInfo()
DCountItems.java1004 public static void countItems() { in countItems() method in CountItems
1008 countItems(cldrFactory, false); in countItems()
1015 private static int countItems(Factory cldrFactory, boolean resolved) { in countItems() method in CountItems