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

  /external/icu/icu4c/source/samples/break/
ubreak.c 42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end =
43 ubrk_next(boundary)) {
63 end = ubrk_next(boundary);
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 249 pos=ubrk_next(word);
251 log_err("error ubrk_next(word) did not return 4\n");
301 pos = ubrk_next(line);
350 j = ubrk_next(bb);
355 j = ubrk_next(bb);
502 pos=ubrk_next(someClonedIterators[i]);
504 log_err("error ubrk_next(clone) did not return 4\n");
585 pos = ubrk_next(bi);
654 pos = ubrk_next(bi);
706 pos = ubrk_next(bi)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 357 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
380 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
397 ubrk_next(UBreakIterator *bi);
405 * @see ubrk_next
urename.h 494 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 198 ubrk_next(UBreakIterator *bi) function
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 757 milliseconds