Searched refs:ubrk_previous (Results 1 - 11 of 11) 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/icu4c/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.h500 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dubrk.h107 * for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, start =ubrk_previous(boundary)) {
130 * start = ubrk_previous(boundary);
141 * start = ubrk_previous(boundary);
399 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
412 * @see ubrk_previous
428 ubrk_previous(UBreakIterator *bi);
H A Durename.h361 #define ubrk_previous ubrk_previous_3_2 macro
/external/webkit/Source/WebCore/platform/text/
H A DTextBreakIteratorICU.cpp128 return ubrk_previous(reinterpret_cast<UBreakIterator*>(iterator));
/external/icu4c/common/
H A Dubrk.cpp217 ubrk_previous(UBreakIterator *bi) function
/external/icu4c/test/cintltst/
H A Dcbiapts.c247 pos=ubrk_previous(word);
250 pos=ubrk_previous(word);
803 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
805 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
809 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
815 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h361 #define ubrk_previous ubrk_previous_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h361 #define ubrk_previous ubrk_previous_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h361 #define ubrk_previous ubrk_previous_3_2 macro

Completed in 147 milliseconds