Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/break/
H A Dubreak.c53 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 Dubreak.c53 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 Dubrk.h402 * 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 Durename.h509 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubrk.h402 * 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 Durename.h510 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h405 * 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 Durename.h503 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c273 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 Dubrk.cpp231 ubrk_previous(UBreakIterator *bi) in ubrk_previous() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp231 ubrk_previous(UBreakIterator *bi) in ubrk_previous() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp239 ubrk_previous(UBreakIterator *bi) in ubrk_previous() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp160 #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()

Completed in 38 milliseconds