Searched refs:typeToExamples (Results 1 – 1 of 1) sorted by relevance
106 final Map<Count, String> typeToExamples = pluralInfo2.getCountToStringExamplesMap(); in checkPlurals() local107 for (Count type : typeToExamples.keySet()) { in checkPlurals()108 … System.out.println("\tPlural Code: \t" + type + " \t=>\t" + typeToExamples.get(type)); in checkPlurals()