Searched refs:rootIndex (Results 1 – 1 of 1) sorted by relevance
163 int rootIndex = 1; in format() local167 rootIndex = 3; in format()187 i = rootIndex; in format()201 int dashPos2 = rootIndex + (Math.abs(value) % 10); in format()205 int dashPos1 = rootIndex + (Math.abs(value) / 10); in format()216 if (length > 3 && rootIndex == 3) { in format()217 text.insert(rootIndex, "-"); in format()