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

/external/chromium/third_party/icu/source/i18n/
H A Dsearch.cpp189 int32_t SearchIterator::following(int32_t position, function in class:SearchIterator
/external/icu4c/i18n/
H A Dsearch.cpp207 int32_t SearchIterator::following(int32_t position, function in class:SearchIterator
/external/webkit/WebCore/platform/text/wince/
H A DTextBreakIteratorWince.cpp61 int following(int position) function in class:WebCore::TextBreakIterator
294 return breakIterator->following(position);
/external/chromium/third_party/icu/source/common/
H A Drbbi.cpp634 * Sets the iterator to refer to the first boundary position following
639 int32_t RuleBasedBreakIterator::following(int32_t offset) { function in class:RuleBasedBreakIterator
797 // up to refer to the following codepoint.
880 // otherwise, we can use following() on the position before the specified
885 UBool result = following(backOne) == offset;
1689 // proposed break by one of the breaks we found. Use following() and
1695 return following(startPos);
/external/icu4c/common/
H A Drbbi.cpp636 * Sets the iterator to refer to the first boundary position following
641 int32_t RuleBasedBreakIterator::following(int32_t offset) { function in class:RuleBasedBreakIterator
799 // up to refer to the following codepoint.
882 // otherwise, we can use following() on the position before the specified
887 UBool result = following(backOne) == offset;
1687 // proposed break by one of the breaks we found. Use following() and
1693 return following(startPos);

Completed in 113 milliseconds