Searched defs:following (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DBreakIterator.java89 * interpretation of punctuation marks within and following
187 * int end = boundary.following(pos);
200 * int last = wb.following(pos);
256 * and following(int) when either the first or last text boundary has been
297 * Returns the boundary following the current boundary. If the current boundary
300 * current position is set to the boundary following the current boundary.
321 * Returns the first boundary following the specified character offset. If the
334 public abstract int following(int offset); method in class:BreakIterator
355 int pos = following(offset);
383 int boundary = following(offse
[all...]
H A DIcuIteratorWrapper.java106 * * and the first group of characters following the *.  When there is this kind of
190 * <td width="94%">Excludes the character (or the characters in the [] expression) following
327 * Sets the iterator to refer to the first boundary position following
333 public int following(int offset) { method in class:IcuIteratorWrapper
336 return wrapped.following(offset);

Completed in 84 milliseconds