Searched refs:ubrk_previous (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/samples/break/
H A Dubreak.c47 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start,
48 start =ubrk_previous(boundary)) {
65 start = ubrk_previous(boundary);
74 start = ubrk_previous(boundary);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubrk.h337 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
350 * @see ubrk_previous
366 ubrk_previous(UBreakIterator *bi);
H A Durename.h497 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/external/icu4c/common/unicode/
H A Dubrk.h320 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
343 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
356 * @see ubrk_previous
372 ubrk_previous(UBreakIterator *bi);
H A Durename.h487 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c247 pos=ubrk_previous(word);
250 pos=ubrk_previous(word);
792 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
794 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
798 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
804 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp221 ubrk_previous(UBreakIterator *bi) function
/external/icu4c/common/
H A Dubrk.cpp207 ubrk_previous(UBreakIterator *bi) function
/external/icu4c/test/cintltst/
H A Dcbiapts.c252 pos=ubrk_previous(word);
255 pos=ubrk_previous(word);
811 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
813 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
817 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
823 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DTextBreakIteratorICU.cpp684 return ubrk_previous(reinterpret_cast<UBreakIterator*>(iterator));

Completed in 120 milliseconds