Searched refs:boundaryIndex (Results 1 – 1 of 1) sorted by relevance
37 private int boundaryIndex; field in MirroredBreakIterator73 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()