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

  /external/chromium_org/third_party/icu/source/samples/break/
ubreak.c 47 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start,
48 start =ubrk_previous(boundary)) {
65 start = ubrk_previous(boundary);
74 start = ubrk_previous(boundary);
  /external/icu/icu4c/source/samples/break/
ubreak.c 47 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start,
48 start =ubrk_previous(boundary)) {
65 start = ubrk_previous(boundary);
74 start = ubrk_previous(boundary);
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 326 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
349 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
362 * @see ubrk_previous
378 ubrk_previous(UBreakIterator *bi);
urename.h 499 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 326 * encoded text, the break positions returned by \ref ubrk_next, \ref ubrk_previous, etc.
349 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
362 * @see ubrk_previous
378 ubrk_previous(UBreakIterator *bi);
urename.h 489 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 205 ubrk_previous(UBreakIterator *bi) function
  /external/icu/icu4c/source/common/
ubrk.cpp 205 ubrk_previous(UBreakIterator *bi) function
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 255 pos=ubrk_previous(word);
258 pos=ubrk_previous(word);
809 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
811 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
815 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
821 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 255 pos=ubrk_previous(word);
258 pos=ubrk_previous(word);
809 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
811 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
815 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
821 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
    [all...]

Completed in 168 milliseconds