/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 264 pos=ubrk_following(word, 4); in TestBreakIteratorCAPI() 294 pos = ubrk_following(character, 5); in TestBreakIteratorCAPI() 298 pos=ubrk_following(character, 18); in TestBreakIteratorCAPI() 313 pos=ubrk_following(line, 18); in TestBreakIteratorCAPI() 328 to = ubrk_following( sentence, 0 ); in TestBreakIteratorCAPI() 1158 … for (; (offset = ubrk_following(bi, start)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions()
|
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu.h | 38 SKICU_FUNC(ubrk_following) \
|
/third_party/icu/icu4c/source/test/perf/strsrchperf/ |
D | strsrchperf.cpp | 39 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
|
/third_party/skia/third_party/externals/icu/source/samples/break/ |
D | ubreak.c | 79 int32_t end = ubrk_following(boundary, pos); in printAt()
|
/third_party/icu/icu4c/source/samples/break/ |
D | ubreak.c | 79 int32_t end = ubrk_following(boundary, pos); in printAt()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 501 ubrk_following(UBreakIterator *bi,
|
D | urename.h | 497 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 501 ubrk_following(UBreakIterator *bi,
|
D | urename.h | 496 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 504 ubrk_following(UBreakIterator *bi,
|
D | urename.h | 490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/third_party/icu/ohos_icu4c/ |
D | libicu.map | 107 ubrk_following;
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/third_party/node/deps/icu-small/source/common/ |
D | ubrk.cpp | 260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 268 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
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/node/deps/icu-small/source/i18n/ |
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/icu4c/source/i18n/ |
D | usearch.cpp | 1604 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter() 2143 int32_t next = ubrk_following(breakiterator, startIdx); in usearch_searchBackwards()
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 147 #undef ubrk_following 811 int32_t ubrk_following(UBreakIterator * bi, int32_t offset) { in ubrk_following() function 812 return U_ICU_ENTRY_POINT_RENAME(ubrk_following)(bi, offset); in ubrk_following()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1250 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()
|