HomeSort by relevance Sort by last modified time
    Searched refs:missingCount (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCoverageLevels.java 375 long missingCount = missing.get(level);
376 missingCountTotal += missingCount;
380 weightedMissing += missingCount * level.getValue();
387 samples2.println(level + "\tMissing:\t" + integer.format(missingCount) + "\tFound:\t"
389 + "\tScore:\t" + percent.format(foundCount / (double) (foundCount + missingCount))
403 double missingCount = weightedMissing / base;
404 String summaryLine = "Weighted Missing:\t" + decimal.format(missingCount) + "\tFound:\t"
406 + percent.format(foundCount / (foundCount + missingCount));
407 String summaryLine2 = "\t" + decimal.format(missingCount) + "\t" + decimal.format(foundCount) + "\t"
408 + percent.format(foundCount / (foundCount + missingCount));
    [all...]
GenerateG2xG2.java 182 runningMissingCount = t.missingCount;
290 int missingCount;
306 t.missingCount++;
ShowLocaleCoverage.java     [all...]

Completed in 740 milliseconds