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

  /external/chromium_org/third_party/icu/source/samples/break/
ubreak.c 36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end =
37 ubrk_next(boundary)) {
57 end = ubrk_next(boundary);
  /external/icu/icu4c/source/samples/break/
ubreak.c 36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end =
37 ubrk_next(boundary)) {
57 end = ubrk_next(boundary);
  /external/chromium_org/base/i18n/
break_iterator.cc 99 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
108 pos = ubrk_next(static_cast<UBreakIterator*>(iter_));
161 ubrk_next(iter);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 242 pos=ubrk_next(word);
244 log_err("error ubrk_next(word) did not return 4\n");
294 pos = ubrk_next(line);
343 j = ubrk_next(bb);
348 j = ubrk_next(bb);
495 pos=ubrk_next(someClonedIterators[i]);
497 log_err("error ubrk_next(clone) did not return 4\n");
578 pos = ubrk_next(bi);
647 pos = ubrk_next(bi);
699 pos = ubrk_next(bi)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 242 pos=ubrk_next(word);
244 log_err("error ubrk_next(word) did not return 4\n");
294 pos = ubrk_next(line);
343 j = ubrk_next(bb);
348 j = ubrk_next(bb);
495 pos=ubrk_next(someClonedIterators[i]);
497 log_err("error ubrk_next(clone) did not return 4\n");
578 pos = ubrk_next(bi);
647 pos = ubrk_next(bi);
699 pos = ubrk_next(bi)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 326 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
349 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
366 ubrk_next(UBreakIterator *bi);
374 * @see ubrk_next
urename.h 495 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 326 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
349 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
366 ubrk_next(UBreakIterator *bi);
374 * @see ubrk_next
urename.h 485 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_icu.c 194 iEnd = ubrk_next(pCsr->pIter);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_icu.c 194 iEnd = ubrk_next(pCsr->pIter);
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 198 ubrk_next(UBreakIterator *bi) function
  /external/icu/icu4c/source/common/
ubrk.cpp 198 ubrk_next(UBreakIterator *bi) function

Completed in 450 milliseconds