Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java478 static final Map<String, Pair<String, Double>> BEST_UNIT_CACHE = new HashMap<>(); field in ChartGrammaticalForms
481 Pair<String, Double> cached = BEST_UNIT_CACHE.get(shortUnit); in getBestBaseUnit()
533 BEST_UNIT_CACHE.put(shortUnit, Pair.of(unitCell, sizeInBaseUnits.value)); in getBestBaseUnit()