Searched refs:baseZeroes (Results 1 – 1 of 1) sorted by relevance
372 int baseZeroes = (numZeroes / 3) * 3; in addPaths() local375 … String patType = "1" + String.format(String.format("%%0%dd", baseZeroes + i), 0); in addPaths()