/third_party/icu/icu4c/source/samples/break/ |
H A D | ubreak.c | 53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward() 54 start =ubrk_previous(boundary)) { in printEachBackward() 71 start = ubrk_previous(boundary); in printLast() 80 start = ubrk_previous(boundary); in printAt()
|
/third_party/skia/third_party/externals/icu/source/samples/break/ |
H A D | ubreak.c | 53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward() 54 start =ubrk_previous(boundary)) { in printEachBackward() 71 start = ubrk_previous(boundary); in printLast() 80 start = ubrk_previous(boundary); in printAt()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubrk.h | 402 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc. 425 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous, 438 * @see ubrk_previous 454 ubrk_previous(UBreakIterator *bi);
|
H A D | urename.h | 509 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubrk.h | 402 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc. 425 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous, 438 * @see ubrk_previous 454 ubrk_previous(UBreakIterator *bi);
|
H A D | urename.h | 510 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubrk.h | 405 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc. 428 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous, 441 * @see ubrk_previous 457 ubrk_previous(UBreakIterator *bi);
|
H A D | urename.h | 503 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 273 pos=ubrk_previous(word); in TestBreakIteratorCAPI() 276 pos=ubrk_previous(word); in TestBreakIteratorCAPI() 952 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring() 954 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n", in TestBreakIteratorTailoring() 958 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n", in TestBreakIteratorTailoring() 964 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n", in TestBreakIteratorTailoring() 1174 for (; (offset = ubrk_previous(bi)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions() 1176 log_err("FAIL: ubrk_previous loc \"%s\", expected %d, got %d\n", itemPtr->locale, *expOffsetPtr, offset); in TestBreakIteratorSuppressions() 1178 log_verbose("[%d] @%d ubrk_previous()\n", (expOffsetPtr - expOffsetStart), offset); in TestBreakIteratorSuppressions() 1182 log_err("FAIL: ubrk_previous lo in TestBreakIteratorSuppressions() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubrk.cpp | 231 ubrk_previous(UBreakIterator *bi) in ubrk_previous() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubrk.cpp | 231 ubrk_previous(UBreakIterator *bi) in ubrk_previous() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubrk.cpp | 239 ubrk_previous(UBreakIterator *bi) in ubrk_previous() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 160 #undef ubrk_previous macro 982 int32_t ubrk_previous(UBreakIterator *bi) in ubrk_previous() function 984 return U_ICU_ENTRY_POINT_RENAME(ubrk_previous)(bi); in ubrk_previous()
|