Searched refs:boundaryIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java35 private int boundaryIndex; field in class:MirroredBreakIterator
71 int newBoundary = boundaryIndex + n;
85 if (boundaryIndex == lastBoundary()) {
88 return changeIndices(boundaryIndex + 1);
93 if (boundaryIndex == 0) {
96 return changeIndices(boundaryIndex - 1);
149 boundaryIndex = newBoundary;

Completed in 29 milliseconds