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

  /external/cldr/tools/java/org/unicode/cldr/util/
VerifyCompactNumbers.java 19 import org.unicode.cldr.tool.ShowPlurals;
284 ShowPlurals showPlurals = new ShowPlurals(CLDR_CONFIG.getSupplementalDataInfo());
285 showPlurals.printPluralTable(cldrFile, locale, out, factory);
286 showPlurals.appendBlanksForScrolling(out);
  /external/cldr/tools/java/org/unicode/cldr/draft/
Misc.java 60 showPlurals();
482 private static void showPlurals() throws IOException {
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateXMB.java 675 String fullPlurals = showPlurals(fullValues, locale, pathInfo, pluralInfo, isEnglish, errorSet);
706 private static String showPlurals(Map<String, String> values,
    [all...]

Completed in 949 milliseconds