Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1374 double sampleAmount = 1295.00; in handleCurrencyFormat() local
1375 String example = formatNumber(df, sampleAmount); in handleCurrencyFormat()
1376 example = addExampleResult(formatNumber(df, -sampleAmount), example); in handleCurrencyFormat()