Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestMetazoneTransitions.java41 static final DecimalFormat threeDigits = new DecimalFormat("000"); field in TestMetazoneTransitions
268 final String dname = "D" + threeDigits.format(++count); in run()
300 + threeDigits.format(++count); in run()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateEnums.java317 DecimalFormat threeDigits = new DecimalFormat("000"); in loadCLDRData() local
322threeDigits.format(supplementalDataInfo.getNumericTerritoryMapping().getAll(value).iterator().next… in loadCLDRData()
/external/cldr/tools/java/org/unicode/cldr/util/
DLenientDateParser.java62 static final DecimalFormat threeDigits = new DecimalFormat("000"); field in LenientDateParser