Searched refs:ubrk_next (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/break/
H A Dubreak.c36 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/
H A Dubreak.c36 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/
H A Dbreak_iterator.cc99 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/
H A Dcbiapts.c242 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(b
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c242 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(b
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubrk.h326 * 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
H A Durename.h495 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h326 * 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
H A Durename.h485 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c194 iEnd = ubrk_next(pCsr->pIter);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c194 iEnd = ubrk_next(pCsr->pIter);
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp198 ubrk_next(UBreakIterator *bi) function
/external/icu/icu4c/source/common/
H A Dubrk.cpp198 ubrk_next(UBreakIterator *bi) function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 6772 milliseconds