Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcbiapts.c263 pos=ubrk_following(word, 4); in TestBreakIteratorCAPI()
293 pos = ubrk_following(character, 5); in TestBreakIteratorCAPI()
297 pos=ubrk_following(character, 18); in TestBreakIteratorCAPI()
312 pos=ubrk_following(line, 18); in TestBreakIteratorCAPI()
327 to = ubrk_following( sentence, 0 ); in TestBreakIteratorCAPI()
1157 … for (; (offset = ubrk_following(bi, start)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions()
/external/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.cpp39 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
/external/icu/libicu/ndk_headers/unicode/
Dubrk.h456 ubrk_following(UBreakIterator *bi,
Durename.h490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/external/icu/icu4c/source/samples/break/
Dubreak.c79 int32_t end = ubrk_following(boundary, pos); in printAt()
/external/icu/icu4c/source/common/unicode/
Dubrk.h502 ubrk_following(UBreakIterator *bi,
Durename.h490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/external/icu/libandroidicu/include/unicode/
Dubrk.h502 ubrk_following(UBreakIterator *bi,
Durename.h490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/external/icu/libicu/cts_headers/unicode/
Dubrk.h502 ubrk_following(UBreakIterator *bi,
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt74 ubrk_following
Dlibicu_export.txt174 ubrk_following
/external/icu/libicu/
Dlibicu.map.txt173 ubrk_following;
/external/icing/icing/tokenization/icu/
Dicu-language-segmenter.cc153 ubrk_following(break_iterator_, offset_iterator_.utf8_index()); in ResetToTermStartingAfterUtf32()
/external/icu/icu4c/source/common/
Dubrk.cpp268 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/external/skia/modules/skshaper/src/
DSkUnicode_icu.cpp165 { return fLastResult = ubrk_following(fBreakIterator.get(), offset);} in following()
/external/icu/libicu/src/
Dshim.cpp175 #undef ubrk_following
755 int32_t ubrk_following(UBreakIterator * bi, int32_t offset) { in ubrk_following() function
756 return U_ICU_ENTRY_POINT_RENAME(ubrk_following)(bi, offset); in ubrk_following()
/external/icu/icu4c/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()
/external/icu/libandroidicu/static_shim/
Dshim.cpp233 return ubrk_following(bi, offset); in ubrk_following_android()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1250 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()