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

/external/icu/icu4c/source/common/unicode/
H A Dubrk.h408 * @see ubrk_following
425 ubrk_following(UBreakIterator *bi,
H A Durename.h482 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/external/icu/icu4c/source/samples/break/
H A Dubreak.c73 int32_t end = ubrk_following(boundary, pos);
/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp34 end = ubrk_following(brk, start);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c246 pos=ubrk_following(word, 4);
276 pos = ubrk_following(character, 5);
278 log_err("error ubrk_following(character,5) did not return 6\n");
280 pos=ubrk_following(character, 18);
282 log_err("error ubrk_following(character,18) did not return 19\n");
295 pos=ubrk_following(line, 18);
297 log_err("error ubrk_following(line) did not return 22\n");
310 to = ubrk_following( sentence, 0 );
311 if (to == 0) log_err("ubrk_following returned 0\n");
/external/icu/icu4c/source/common/
H A Dubrk.cpp234 ubrk_following(UBreakIterator *bi, function
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp578 *end = ubrk_following(breakiterator, matchend);
618 ubrk_following(breakiterator, start - 1) == start) &&
620 ubrk_following(breakiterator, end - 1) == end);
3663 return ubrk_following(breakiterator, startIndex);
4126 int32_t next = ubrk_following(bi, startIdx);
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1241 int32_t nba = ubrk_following(charBreakIterator, minLimit);

Completed in 312 milliseconds