Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1069 unitName = getUnitName(unitType, isCurrency, count); in formatCurrency()
1073 … unitName = type != ExampleType.ENGLISH ? value : getUnitName(unitType, isCurrency, count); in formatCurrency()
1120 private String getUnitName(String unitType, final boolean isCurrency, Count count) { in getUnitName() method in ExampleGenerator