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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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.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,
362 * @see ubrk_previous
378 ubrk_previous(UBreakIterator *bi);
H A Durename.h499 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) 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,
362 * @see ubrk_previous
378 ubrk_previous(UBreakIterator *bi);
H A Durename.h489 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp205 ubrk_previous(UBreakIterator *bi) function
/external/icu/icu4c/source/common/
H A Dubrk.cpp205 ubrk_previous(UBreakIterator *bi) function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c255 pos=ubrk_previous(word);
258 pos=ubrk_previous(word);
809 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
811 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
815 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
821 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c255 pos=ubrk_previous(word);
258 pos=ubrk_previous(word);
809 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
811 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
815 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
821 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",

Completed in 306 milliseconds