Searched refs:rootIndex (Results 1 – 2 of 2) 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()
500 .mapToObj((rootIndex) -> info.getRoot(rootIndex).getLeash()) in start()