Searched refs:ubrk_last (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/samples/break/
H A Dubreak.c46 int32_t end = ubrk_last(boundary);
64 int32_t end = ubrk_last(boundary);
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h350 * \ref ubrk_first, or \ref ubrk_last.
384 * @see ubrk_last
400 ubrk_last(UBreakIterator *bi);
H A Durename.h488 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
/external/icu/icu4c/source/common/
H A Dubrk.cpp219 ubrk_last(UBreakIterator *bi) function
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c235 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
250 end=ubrk_last(word);
252 log_err("error ubrk_last(word) did not return 49\n");
305 pos = ubrk_last(sentence);
307 log_err("error ubrk_last for sentence did not return 49\n");
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp607 int32_t endindex = ubrk_last(breakiterator);
3728 int32_t endindex = ubrk_last(breakiterator);

Completed in 250 milliseconds