Searched refs:lastBoundary (Results 1 – 1 of 1) sorted by relevance
78 if (newBoundary > lastBoundary()) { in next()87 if (boundaryIndex == lastBoundary()) { in next()104 for (int b = 0; b <= lastBoundary(); b++) { in following()116 for (int b = lastBoundary(); b >= 0; b--) { in preceding()146 private int lastBoundary() { in lastBoundary() method in MirroredBreakIterator164 if (offset < boundaries.get(0) || offset > boundaries.get(lastBoundary())) { in validateOffset()