Searched refs:rootIndex (Results 1 – 1 of 1) sorted by relevance
161 int rootIndex = 1; in format() local165 rootIndex = 3; in format()185 i = rootIndex; in format()199 int dashPos2 = rootIndex + (Math.abs(value) % 10); in format()203 int dashPos1 = rootIndex + (Math.abs(value) / 10); in format()214 if (length > 3 && rootIndex == 3) { in format()215 text.insert(rootIndex, "-"); in format()