Home
last modified time | relevance | path

Searched refs:ubrk_next (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c260 pos=ubrk_next(word); in TestBreakIteratorCAPI()
262 log_err("error ubrk_next(word) did not return 4\n"); in TestBreakIteratorCAPI()
312 pos = ubrk_next(line); in TestBreakIteratorCAPI()
361 j = ubrk_next(bb); in TestBreakIteratorCAPI()
366 j = ubrk_next(bb); in TestBreakIteratorCAPI()
513 pos=ubrk_next(someClonedIterators[i]); in TestBreakIteratorSafeClone()
515 log_err("error ubrk_next(clone) did not return 4\n"); in TestBreakIteratorSafeClone()
565 pos=ubrk_next(brk); in TestBreakIteratorClone()
567 log_err("error ubrk_next(clone) did not return 4, but %i\n", pos); in TestBreakIteratorClone()
571 pos = ubrk_next(someIterator in TestBreakIteratorClone()
[all...]
/third_party/icu/icu4c/source/samples/break/
H A Dubreak.c42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward()
43 ubrk_next(boundary)) { in printEachForward()
63 end = ubrk_next(boundary); in printFirst()
/third_party/skia/third_party/externals/icu/source/samples/break/
H A Dubreak.c42 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward()
43 ubrk_next(boundary)) { in printEachForward()
63 end = ubrk_next(boundary); in printFirst()
/third_party/skia/modules/skplaintexteditor/src/
H A Dword_boundaries.cpp52 pos = ubrk_next(&*wordBreakIterator); in GetUtf8WordBoundaries()
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.h41 SKICU_FUNC(ubrk_next) \
/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,
442 ubrk_next(UBreakIterator *bi);
450 * @see ubrk_next
H A Durename.h504 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) 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,
442 ubrk_next(UBreakIterator *bi);
450 * @see ubrk_next
H A Durename.h505 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) 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,
445 ubrk_next(UBreakIterator *bi);
453 * @see ubrk_next
H A Durename.h498 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp224 ubrk_next(UBreakIterator *bi) in ubrk_next() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp224 ubrk_next(UBreakIterator *bi) in ubrk_next() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp232 ubrk_next(UBreakIterator *bi) in ubrk_next() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp155 #undef ubrk_next macro
959 int32_t ubrk_next(UBreakIterator *bi) in ubrk_next() function
961 return U_ICU_ENTRY_POINT_RENAME(ubrk_next)(bi); in ubrk_next()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4383 while((pos = ubrk_next(iter)) != UBRK_DONE) { in TestBug12918()

Completed in 84 milliseconds