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

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dubrk.h409 * @see ubrk_following
426 ubrk_following(UBreakIterator *bi,
H A Durename.h478 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/macosx-10.10.1/ICU-531.30/icuSources/samples/break/
H A Dubreak.c73 int32_t end = ubrk_following(boundary, pos);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.cpp34 end = ubrk_following(brk, start);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcbiapts.c246 pos=ubrk_following(word, 4);
276 pos = ubrk_following(character, 5);
278 log_err("error ubrk_following(character,5) did not return 6\n");
280 pos=ubrk_following(character, 18);
282 log_err("error ubrk_following(character,18) did not return 19\n");
295 pos=ubrk_following(line, 18);
297 log_err("error ubrk_following(line) did not return 22\n");
310 to = ubrk_following( sentence, 0 );
311 if (to == 0) log_err("ubrk_following returned 0\n");
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dicuuc40shim.cpp275 return ubrk_following(bi, offset);
H A Dubrk.cpp234 ubrk_following(UBreakIterator *bi, function
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dusearch.cpp580 *end = ubrk_following(breakiterator, matchend);
620 ubrk_following(breakiterator, start - 1) == start) &&
622 ubrk_following(breakiterator, end - 1) == end);
3665 return ubrk_following(breakiterator, startIndex);
4128 int32_t next = ubrk_following(bi, startIdx);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1241 int32_t nba = ubrk_following(charBreakIterator, minLimit);
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h486 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h486 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h486 #define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) macro

Completed in 183 milliseconds