Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/BreakIterator/
DMirroredBreakIterator.java73 int newBoundary = boundaryIndex + n; in next() local
74 if (newBoundary < 0) { in next()
78 if (newBoundary > lastBoundary()) { in next()
82 return changeIndices(newBoundary); in next()
150 private int changeIndices(int newCharIndex, int newBoundary) { in changeIndices() argument
151 boundaryIndex = newBoundary; in changeIndices()
155 private int changeIndices(int newBoundary) { in changeIndices() argument
157 return changeIndices(boundaries.get(newBoundary), newBoundary); in changeIndices()