Searched refs:threeDigits (Results 1 – 3 of 3) sorted by relevance
41 static final DecimalFormat threeDigits = new DecimalFormat("000"); field in TestMetazoneTransitions268 final String dname = "D" + threeDigits.format(++count); in run()300 + threeDigits.format(++count); in run()
317 DecimalFormat threeDigits = new DecimalFormat("000"); in loadCLDRData() local322 …threeDigits.format(supplementalDataInfo.getNumericTerritoryMapping().getAll(value).iterator().next… in loadCLDRData()
62 static final DecimalFormat threeDigits = new DecimalFormat("000"); field in LenientDateParser