Searched refs:ubrk_following (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 251 pos=ubrk_following(word, 4); in TestBreakIteratorCAPI() 281 pos = ubrk_following(character, 5); in TestBreakIteratorCAPI() 285 pos=ubrk_following(character, 18); in TestBreakIteratorCAPI() 300 pos=ubrk_following(line, 18); in TestBreakIteratorCAPI() 315 to = ubrk_following( sentence, 0 ); in TestBreakIteratorCAPI() 1017 … for (; (offset = ubrk_following(bi, start)) != UBRK_DONE && *expOffsetPtr >= 0; expOffsetPtr++) { in TestBreakIteratorSuppressions()
|
/external/icu/icu4c/source/test/perf/strsrchperf/ |
D | strsrchperf.cpp | 34 end = ubrk_following(brk, start); in StringSearchPerformanceTest()
|
/external/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 437 ubrk_following(UBreakIterator *bi,
|
D | urename.h | 482 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
|
/external/icu/icu4c/source/samples/break/ |
D | ubreak.c | 73 int32_t end = ubrk_following(boundary, pos); in printAt()
|
/external/icu/icu4c/source/common/ |
D | ubrk.cpp | 232 ubrk_following(UBreakIterator *bi, in ubrk_following() function
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 582 *end = ubrk_following(breakiterator, matchend); in checkBreakBoundary() 622 ubrk_following(breakiterator, start - 1) == start) && in isBreakUnit() 624 ubrk_following(breakiterator, end - 1) == end); in isBreakUnit() 3667 return ubrk_following(breakiterator, startIndex); in nextBoundaryAfter() 4185 int32_t next = ubrk_following(bi, startIdx); in usearch_searchBackwards()
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1241 int32_t nba = ubrk_following(charBreakIterator, minLimit); in simpleSearch()
|