Home
last modified time | relevance | path

Searched refs:ubrk_following (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.h39 SKICU_FUNC(ubrk_following) \
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c264 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 Dubrk.h484 * @see ubrk_following
501 ubrk_following(UBreakIterator *bi,
H A Durename.h496 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubrk.h484 * @see ubrk_following
501 ubrk_following(UBreakIterator *bi,
H A Durename.h497 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/third_party/icu/icu4c/source/samples/break/
H A Dubreak.c79 int32_t end = ubrk_following(boundary, pos); in printAt()
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp39 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
/third_party/skia/third_party/externals/icu/source/samples/break/
H A Dubreak.c79 int32_t end = ubrk_following(boundary, pos); in printAt()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubrk.h487 * @see ubrk_following
504 ubrk_following(UBreakIterator *bi,
H A Durename.h490 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/third_party/icu/icu4c/source/common/
H A Dubrk.cpp260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/third_party/node/deps/icu-small/source/common/
H A Dubrk.cpp260 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dubrk.cpp268 ubrk_following(UBreakIterator *bi, in ubrk_following() function
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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/icu/icu4c/source/i18n/
H A Dusearch.cpp1604 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 Dusearch.cpp1602 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 Dicu_addon.cpp147 #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 Dssearch.cpp1250 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()

Completed in 53 milliseconds