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

  /external/icu/icu4c/source/samples/break/
ubreak.c 53 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start,
54 start =ubrk_previous(boundary)) {
71 start = ubrk_previous(boundary);
80 start = ubrk_previous(boundary);
  /external/icu/icu4c/source/common/unicode/
ubrk.h 357 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
380 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
393 * @see ubrk_previous
409 ubrk_previous(UBreakIterator *bi);
urename.h 498 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 205 ubrk_previous(UBreakIterator *bi) function
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 262 pos=ubrk_previous(word);
265 pos=ubrk_previous(word);
816 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
818 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
822 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
828 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n"
    [all...]

Completed in 119 milliseconds