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