Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java213 Map<String, BestUnitForGender> unitToBestUnit = new TreeMap<>(); in writeSubcharts() local
223unitToBestUnit.put(shortUnit, new BestUnitForGender(shortUnit, quantity, systems, sizeInBaseUnits.… in writeSubcharts()
225 unitToBestUnit = ImmutableMap.copyOf(unitToBestUnit); in writeSubcharts()
227 final BestUnitForGender u1 = unitToBestUnit.get("meter"); in writeSubcharts()
228 final BestUnitForGender u2 = unitToBestUnit.get("square-centimeter"); in writeSubcharts()
231 Set<BestUnitForGender> sorted2 = new TreeSet<>(unitToBestUnit.values()); in writeSubcharts()
363 final BestUnitForGender bestUnit = unitToBestUnit.get(shortUnit); in writeSubcharts()