Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestSupplementalData.java65 final Map<Count, String> typeToExamples = pluralInfo2.getCountToStringExamplesMap(); in checkPlurals() local
66 for (Count type : typeToExamples.keySet()) { in checkPlurals()
68 "\tPlural Code: \t" + type + " \t=>\t" + typeToExamples.get(type)); in checkPlurals()