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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWhitespaceBasedBreakIterator.java98 public int following(int n) { method in class:WhitespaceBasedBreakIterator
/openjdk7/jdk/src/share/classes/java/text/
H A DDictionaryBasedBreakIterator.java236 public int following(int offset) { method in class:DictionaryBasedBreakIterator
242 // inherited following() method. This will call other methods in this
247 return super.following(offset);
H A DBreakIterator.java97 * interpretation of punctuation marks within and following
195 * int end = boundary.following(pos);
208 * int last = wb.following(pos);
263 * and following(int) when either the first or last text boundary has been
304 * Returns the boundary following the current boundary. If the current boundary
307 * current position is set to the boundary following the current boundary.
328 * Returns the first boundary following the specified character offset. If the
341 public abstract int following(int offset); method in class:BreakIterator
362 int pos = following(offset);
389 int boundary = following(offse
[all...]
H A DRuleBasedBreakIterator.java120 * * and the first group of characters following the *.  When there is this kind of
203 * <td width="94%">Excludes the character (or the characters in the [] expression) following
756 * Sets the iterator to refer to the first boundary position following
761 public int following(int offset) { method in class:RuleBasedBreakIterator
828 // to check whether this is a boundary, we can use following() on the
832 return following(offset - 1) == offset;
/openjdk7/jdk/test/java/text/BreakIterator/
H A DMirroredBreakIterator.java100 public int following(int offset) { method in class:MirroredBreakIterator
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DBreakIteratorProviderImpl.java105 public int following(int offset) { method in class:BreakIteratorProviderImpl.FooBreakIterator
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jar ... Type, int) public int current () public int first () public int following (int) public java.text.CharacterIterator getText () public boolean ...

Completed in 41 milliseconds