Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java325 Multimap<String, Count> sampleToCount = TreeMultimap.create(); in TestPluralSamples2() local
333 sampleToCount.put(sample, count); in TestPluralSamples2()
343 for (Entry<String, Collection<Count>> entry : sampleToCount.asMap().entrySet()) { in TestPluralSamples2()