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 381 * \ref ubrk_first, or \ref ubrk_last.
415 * @see ubrk_last
431 ubrk_last(UBreakIterator *bi);
urename.h 493 #define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) macro
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 219 ubrk_last(UBreakIterator *bi) function
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 242 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
257 end=ubrk_last(word);
259 log_err("error ubrk_last(word) did not return 49\n");
312 pos = ubrk_last(sentence);
314 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 188 milliseconds