Searched refs:typeToExamples (Results 1 – 1 of 1) sorted by relevance
65 final Map<Count, String> typeToExamples = pluralInfo2.getCountToStringExamplesMap(); in checkPlurals() local66 for (Count type : typeToExamples.keySet()) { in checkPlurals()68 "\tPlural Code: \t" + type + " \t=>\t" + typeToExamples.get(type)); in checkPlurals()