Home
last modified time | relevance | path

Searched refs:ubrk_following (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c264 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/
DSkUnicode_icu.h38 SKICU_FUNC(ubrk_following) \
/third_party/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.cpp39 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
/third_party/skia/third_party/externals/icu/source/samples/break/
Dubreak.c79 int32_t end = ubrk_following(boundary, pos); in printAt()
/third_party/icu/icu4c/source/samples/break/
Dubreak.c79 int32_t end = ubrk_following(boundary, pos); in printAt()
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h501 ubrk_following(UBreakIterator *bi,
Durename.h497 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h501 ubrk_following(UBreakIterator *bi,
Durename.h496 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h504 ubrk_following(UBreakIterator *bi,
Durename.h490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/third_party/icu/ohos_icu4c/
Dlibicu.map107 ubrk_following;
/third_party/icu/icu4c/source/common/
Dubrk.cpp260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/third_party/node/deps/icu-small/source/common/
Dubrk.cpp260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/third_party/skia/third_party/externals/icu/source/common/
Dubrk.cpp268 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp584 *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/
Dusearch.cpp1602 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter()
2141 int32_t next = ubrk_following(breakiterator, startIdx); in usearch_searchBackwards()
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp1604 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter()
2143 int32_t next = ubrk_following(breakiterator, startIdx); in usearch_searchBackwards()
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp147 #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/
Dssearch.cpp1250 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()