HomeSort by relevance Sort by last modified time
    Searched defs:countItems (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateXMB.java 446 Relation<String, Row.R2<PathInfo, String>> countItems = Relation.of(
537 countItems.put(countLessPath, Row.of(pathInfo, value));
552 R2<Integer, Integer> lineWordCount = writeCountPathInfo(out1, out3, cldrFile.getLocaleID(), countItems,
557 if (!filter && countItems.size() != lineWordCount.get0().intValue()) {
558 System.out.println(localeId + "\t" + countItems.size() + "\t" + lineWordCount.get0().intValue());
646 Relation<String, R2<PathInfo, String>> countItems, boolean isEnglish, boolean filter) {
652 for (Entry<String, Set<R2<PathInfo, String>>> entry : countItems.keyValuesSet()) {
    [all...]
CountItems.java 70 public class CountItems {
127 CldrUtility.callMethod(methodName, CountItems.class);
361 .println("<!-- Generated by org.unicode.cldr.tool.CountItems -->");
569 CldrUtility.copyUpTo(oldFile, PatternCache.get("\\s*<!-- start of data generated with CountItems.*"),
585 CldrUtility.copyUpTo(oldFile, PatternCache.get("\\s<!-- end of data generated by CountItems.*"), null, true);
601 // System.out.println("<!-- start of data generated with CountItems tool ...");
607 // System.out.println("<!-- end of Validity variables generated with CountItems tool ...");
611 System.out.println("<!-- start of data generated with CountItems tool ...");
657 System.out.println("<!-- end of Language alises generated with CountItems tool ...");
722 System.out.println("<!-- start of data generated with CountItems tool ...")
    [all...]

Completed in 131 milliseconds