Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcbiapts.c251 pos=ubrk_following(word, 4); in TestBreakIteratorCAPI()
281 pos = ubrk_following(character, 5); in TestBreakIteratorCAPI()
285 pos=ubrk_following(character, 18); in TestBreakIteratorCAPI()
300 pos=ubrk_following(line, 18); in TestBreakIteratorCAPI()
315 to = ubrk_following( sentence, 0 ); in TestBreakIteratorCAPI()
1017 … for (; (offset = ubrk_following(bi, start)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions()
/external/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.cpp34 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
/external/icu/icu4c/source/common/unicode/
Dubrk.h437 ubrk_following(UBreakIterator *bi,
Durename.h482 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/external/icu/icu4c/source/samples/break/
Dubreak.c73 int32_t end = ubrk_following(boundary, pos); in printAt()
/external/icu/icu4c/source/common/
Dubrk.cpp232 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/external/icu/icu4c/source/i18n/
Dusearch.cpp582 *end = ubrk_following(breakiterator, matchend); in checkBreakBoundary()
622 ubrk_following(breakiterator, start - 1) == start) && in isBreakUnit()
624 ubrk_following(breakiterator, end - 1) == end); in isBreakUnit()
3667 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter()
4185 int32_t next = ubrk_following(bi, startIdx); in usearch_searchBackwards()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1241 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()