Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/BreakIterator/
DMirroredBreakIterator.java78 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 MirroredBreakIterator
164 if (offset < boundaries.get(0) || offset > boundaries.get(lastBoundary())) { in validateOffset()