Searched refs:ubrk_previous (Results 1 - 11 of 11) sorted by relevance
/external/icu4c/samples/break/ |
H A D | ubreak.c | 47 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 D | ubrk.h | 337 * @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 D | urename.h | 500 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
H A D | ubrk.h | 107 * 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 D | urename.h | 361 #define ubrk_previous ubrk_previous_3_2 macro
|
/external/webkit/Source/WebCore/platform/text/ |
H A D | TextBreakIteratorICU.cpp | 128 return ubrk_previous(reinterpret_cast<UBreakIterator*>(iterator));
|
/external/icu4c/common/ |
H A D | ubrk.cpp | 217 ubrk_previous(UBreakIterator *bi) function
|
/external/icu4c/test/cintltst/ |
H A D | cbiapts.c | 247 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 D | urename.h | 361 #define ubrk_previous ubrk_previous_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
H A D | urename.h | 361 #define ubrk_previous ubrk_previous_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
H A D | urename.h | 361 #define ubrk_previous ubrk_previous_3_2 macro
|
Completed in 147 milliseconds