HomeSort by relevance Sort by last modified time
    Searched refs:threeDigits (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestMetazoneTransitions.java 41 static final DecimalFormat threeDigits = new DecimalFormat("000");
268 final String dname = "D" + threeDigits.format(++count);
300 + threeDigits.format(++count);
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateEnums.java 317 DecimalFormat threeDigits = new DecimalFormat("000");
322 threeDigits.format(supplementalDataInfo.getNumericTerritoryMapping().getAll(value).iterator().next()));
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
LenientDateParser.java 62 static final DecimalFormat threeDigits = new DecimalFormat("000");
    [all...]

Completed in 52 milliseconds