Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DExampleGenerator.java2684 Double numberSample = getExampleForPattern(numberFormat, count); in formatCountDecimal()
2715 private Double getExampleForPattern(DecimalFormat format, Count count) { in getExampleForPattern() method in ExampleGenerator