Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1024 … resultItem = formatCurrency(value, type, unitType, isPattern, isCurrency, count, example); in formatCountValue()
1036 … resultItem = formatCurrency(value, type, currency, isPattern, isCurrency, count, example); in formatCountValue()
1058 …private String formatCurrency(String value, ExampleType type, String unitType, final boolean isPat… in formatCurrency() method in ExampleGenerator