Searched refs:getUnitName (Results 1 – 1 of 1) sorted by relevance
1069 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