Searched refs:ubrk_next (Results 1 - 16 of 16) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 260 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 D | ubreak.c | 42 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 D | ubreak.c | 42 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 D | word_boundaries.cpp | 52 pos = ubrk_next(&*wordBreakIterator); in GetUtf8WordBoundaries()
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.h | 41 SKICU_FUNC(ubrk_next) \
|
/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, 442 ubrk_next(UBreakIterator *bi); 450 * @see ubrk_next
|
H A D | urename.h | 504 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) 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, 442 ubrk_next(UBreakIterator *bi); 450 * @see ubrk_next
|
H A D | urename.h | 505 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) 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, 445 ubrk_next(UBreakIterator *bi); 453 * @see ubrk_next
|
H A D | urename.h | 498 #define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) macro
|
/third_party/icu/icu4c/source/common/ |
H A D | ubrk.cpp | 224 ubrk_next(UBreakIterator *bi) in ubrk_next() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubrk.cpp | 224 ubrk_next(UBreakIterator *bi) in ubrk_next() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubrk.cpp | 232 ubrk_next(UBreakIterator *bi) in ubrk_next() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 155 #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 D | rbbitst.cpp | 4383 while((pos = ubrk_next(iter)) != UBRK_DONE) { in TestBug12918()
|
Completed in 44 milliseconds