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.java445 Relation<String, Row.R2<PathInfo, String>> countItems = Relation.of( in writeFile() local
536 countItems.put(countLessPath, Row.of(pathInfo, value)); in writeFile()
551 …nteger, Integer> lineWordCount = writeCountPathInfo(out1, out3, cldrFile.getLocaleID(), countItems, in writeFile()
556 if (!filter && countItems.size() != lineWordCount.get0().intValue()) { in writeFile()
557 … System.out.println(localeId + "\t" + countItems.size() + "\t" + lineWordCount.get0().intValue()); in writeFile()
645 Relation<String, R2<PathInfo, String>> countItems, boolean isEnglish, boolean filter) { in writeCountPathInfo() argument
651 for (Entry<String, Set<R2<PathInfo, String>>> entry : countItems.keyValuesSet()) { in writeCountPathInfo()
DCountItems.java1005 public static void countItems() { in countItems() method in CountItems
1009 countItems(cldrFactory, false); in countItems()
1016 private static int countItems(Factory cldrFactory, boolean resolved) { in countItems() method in CountItems