HomeSort by relevance Sort by last modified time
    Searched refs:ubrk_following (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/unicode/
ubrk.h 420 * @see ubrk_following
437 ubrk_following(UBreakIterator *bi,
urename.h 482 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
    [all...]
  /external/icu/icu4c/source/samples/break/
ubreak.c 73 int32_t end = ubrk_following(boundary, pos);
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.cpp 34 end = ubrk_following(brk, start);
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 251 pos=ubrk_following(word, 4);
281 pos = ubrk_following(character, 5);
283 log_err("error ubrk_following(character,5) did not return 6\n");
285 pos=ubrk_following(character, 18);
287 log_err("error ubrk_following(character,18) did not return 19\n");
300 pos=ubrk_following(line, 18);
302 log_err("error ubrk_following(line) did not return 22\n");
315 to = ubrk_following( sentence, 0 );
316 if (to == 0) log_err("ubrk_following returned 0\n");
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 232 ubrk_following(UBreakIterator *bi, function
  /external/icu/icu4c/source/i18n/
usearch.cpp 582 *end = ubrk_following(breakiterator, matchend);
622 ubrk_following(breakiterator, start - 1) == start) &&
624 ubrk_following(breakiterator, end - 1) == end);
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp     [all...]

Completed in 58 milliseconds