Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DTestSupplementalData.java106 final Map<Count, String> typeToExamples = pluralInfo2.getCountToStringExamplesMap(); in checkPlurals() local
107 for (Count type : typeToExamples.keySet()) { in checkPlurals()
108 … System.out.println("\tPlural Code: \t" + type + " \t=>\t" + typeToExamples.get(type)); in checkPlurals()