HomeSort by relevance Sort by last modified time
    Searched defs:following (Results 1 - 12 of 12) sorted by null

  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
RuleBasedBreakIterator.java 73 public int following(int offset) { method in class:RuleBasedBreakIterator
BreakIterator.java 119 public abstract int following(int offset); method in class:BreakIterator
  /dalvik/libcore/text/src/main/java/java/text/
RuleBasedBreakIterator.java 61 * @see java.text.BreakIterator#following(int)
64 public int following(int offset) { method in class:RuleBasedBreakIterator
66 return wrapped.following(offset);
BreakIterator.java 63 * update the current position. All {@code BreakIterator}s uphold the following
183 * int end = boundary.following(pos);
198 * int last = wb.following(pos);
388 * is set as though {@link #following(int)} had been called.
442 * Sets the position of the first boundary to the one following the given
448 * @return the position of the first boundary following the given offset.
452 public abstract int following(int offset); method in class:BreakIterator
  /external/icu4c/i18n/
search.cpp 189 int32_t SearchIterator::following(int32_t position, function in class:SearchIterator
  /external/webkit/WebCore/platform/text/wince/
TextBreakIteratorWince.cpp 61 int following(int position) function in class:WebCore::TextBreakIterator
294 return breakIterator->following(position);
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
BreakIteratorTest.java 161 method = "following",
166 iterator.following(1);
171 assertEquals(2, iterator.following(1));
173 assertEquals(0, iterator.following(-1));
178 iterator.following(TEXT.length());
776 public int following(int offset) { method in class:BreakIteratorTest.MockBreakIterator
  /external/icu4c/common/
rbbi.cpp 633 * Sets the iterator to refer to the first boundary position following
638 int32_t RuleBasedBreakIterator::following(int32_t offset) { function in class:RuleBasedBreakIterator
796 // up to refer to the following codepoint.
879 // otherwise, we can use following() on the position before the specified
884 UBool result = following(backOne) == offset;
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 378 milliseconds