Searched refs:baseZeroes (Results 1 – 1 of 1) sorted by relevance
155 int baseZeroes = (numZeroes / 3) * 3; in getPaths() local157 …String patType = "1" + String.format(String.format("%%0%dd", baseZeroes + i), 0); // This gives us… in getPaths()