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

/openjdk7/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java76 if (newBoundary > lastBoundary()) {
85 if (boundaryIndex == lastBoundary()) {
102 for (int b = 0; b <= lastBoundary(); b++) {
114 for (int b = lastBoundary(); b >= 0; b--) {
144 private int lastBoundary() { method in class:MirroredBreakIterator
162 if (offset < boundaries.get(0) || offset > boundaries.get(lastBoundary())) {

Completed in 88 milliseconds