/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.h | 39 SKICU_FUNC(ubrk_following) \
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 264 pos=ubrk_following(word, 4); in TestBreakIteratorCAPI() 294 pos = ubrk_following(character, 5); in TestBreakIteratorCAPI() 296 log_err("error ubrk_following(character,5) did not return 6\n"); in TestBreakIteratorCAPI() 298 pos=ubrk_following(character, 18); in TestBreakIteratorCAPI() 300 log_err("error ubrk_following(character,18) did not return 19\n"); in TestBreakIteratorCAPI() 313 pos=ubrk_following(line, 18); in TestBreakIteratorCAPI() 315 log_err("error ubrk_following(line) did not return 22\n"); in TestBreakIteratorCAPI() 328 to = ubrk_following( sentence, 0 ); in TestBreakIteratorCAPI() 329 if (to == 0) log_err("ubrk_following returned 0\n"); in TestBreakIteratorCAPI() 1158 for (; (offset = ubrk_following(b in TestBreakIteratorSuppressions() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubrk.h | 484 * @see ubrk_following 501 ubrk_following(UBreakIterator *bi,
|
H A D | urename.h | 496 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubrk.h | 484 * @see ubrk_following 501 ubrk_following(UBreakIterator *bi,
|
H A D | urename.h | 497 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/third_party/icu/icu4c/source/samples/break/ |
H A D | ubreak.c | 79 int32_t end = ubrk_following(boundary, pos); in printAt()
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
H A D | strsrchperf.cpp | 39 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
|
/third_party/skia/third_party/externals/icu/source/samples/break/ |
H A D | ubreak.c | 79 int32_t end = ubrk_following(boundary, pos); in printAt()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubrk.h | 487 * @see ubrk_following 504 ubrk_following(UBreakIterator *bi,
|
H A D | urename.h | 490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/third_party/icu/icu4c/source/common/ |
H A D | ubrk.cpp | 260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubrk.cpp | 260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubrk.cpp | 268 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 584 *end = ubrk_following(breakiterator, matchend); in checkBreakBoundary() 624 ubrk_following(breakiterator, start - 1) == start) && in isBreakUnit() 626 ubrk_following(breakiterator, end - 1) == end); in isBreakUnit() 3675 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter() 4193 int32_t next = ubrk_following(bi, startIdx); in usearch_searchBackwards()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | usearch.cpp | 1604 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter() 2143 int32_t next = ubrk_following(breakiterator, startIdx); in usearch_searchBackwards()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | usearch.cpp | 1602 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter() 2141 int32_t next = ubrk_following(breakiterator, startIdx); in usearch_searchBackwards()
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 147 #undef ubrk_following macro 927 int32_t ubrk_following(UBreakIterator *bi, int32_t offset) in ubrk_following() function 929 return U_ICU_ENTRY_POINT_RENAME(ubrk_following)(bi, offset); in ubrk_following()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 1250 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()
|