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

/macosx-10.10.1/ICU-531.30/icuSources/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);
/macosx-10.10.1/ICU-531.30/icuSources/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
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dicuuc40shim.cpp245 return ubrk_previous(bi);
H A Dubrk.cpp205 ubrk_previous(UBreakIterator *bi) function
/macosx-10.10.1/ICU-531.30/icuSources/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",
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h497 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h497 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h497 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro

Completed in 235 milliseconds