Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/BreakIterator/
DMirroredBreakIterator.java37 private int boundaryIndex; field in MirroredBreakIterator
73 int newBoundary = boundaryIndex + n; in next()
87 if (boundaryIndex == lastBoundary()) { in next()
90 return changeIndices(boundaryIndex + 1); in next()
95 if (boundaryIndex == 0) { in previous()
98 return changeIndices(boundaryIndex - 1); in previous()
151 boundaryIndex = newBoundary; in changeIndices()