HomeSort by relevance Sort by last modified time
    Searched refs:ubrk_last (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/samples/break/
ubreak.c 52 int32_t end = ubrk_last(boundary);
70 int32_t end = ubrk_last(boundary);
  /external/icu/icu4c/source/common/unicode/
ubrk.h 410 * \ref ubrk_first, or \ref ubrk_last.
444 * @see ubrk_last
460 ubrk_last(UBreakIterator *bi);
urename.h 489 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 241 ubrk_last(UBreakIterator *bi) function
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 244 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
259 end=ubrk_last(word);
261 log_err("error ubrk_last(word) did not return 49\n");
314 pos = ubrk_last(sentence);
316 log_err("error ubrk_last for sentence did not return 49\n");
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 613 int32_t endindex = ubrk_last(breakiterator);
    [all...]

Completed in 270 milliseconds