Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/BreakIterator/
DMirroredBreakIterator.java35 private final List<Integer> boundaries; field in MirroredBreakIterator
46 boundaries = Collections.unmodifiableList(b); in MirroredBreakIterator()
65 return changeIndices(boundaries.size() - 1); in last()
105 int i = boundaries.get(b); in following()
117 int i = boundaries.get(b); in preceding()
147 return boundaries.size() - 1; in lastBoundary()
157 return changeIndices(boundaries.get(newBoundary), newBoundary); in changeIndices()
164 if (offset < boundaries.get(0) || offset > boundaries.get(lastBoundary())) { in validateOffset()