Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java778 …dUnit(String unitType, UnitLength unitWidth, FixedDecimal unitAmount, String formattedUnitAmount) { in getFormattedUnit() argument
782 return format(getValueFromFormat(pathFormat, unitType, form), formattedUnitAmount); in getFormattedUnit()