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

  /external/icu4c/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);
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 168 ubrk_previous(bi);
170 return ubrk_previous(bi);
199 return ubrk_previous(breakIterator(address));
  /external/webkit/Source/WebCore/icu/unicode/
ubrk.h 107 * for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, start =ubrk_previous(boundary)) {
130 * start = ubrk_previous(boundary);
141 * start = ubrk_previous(boundary);
399 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
412 * @see ubrk_previous
428 ubrk_previous(UBreakIterator *bi);
urename.h 361 #define ubrk_previous ubrk_previous_3_2 macro
    [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 247 pos=ubrk_previous(word);
250 pos=ubrk_previous(word);
792 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
794 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
798 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n",
804 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
  /external/icu4c/common/
ubrk.cpp 207 ubrk_previous(UBreakIterator *bi) function
  /external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp 128 return ubrk_previous(reinterpret_cast<UBreakIterator*>(iterator));
  /external/icu4c/common/unicode/
ubrk.h 337 * @return The character index most recently returned by \ref ubrk_next, \ref ubrk_previous,
350 * @see ubrk_previous
366 ubrk_previous(UBreakIterator *bi);
urename.h 497 #define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 361 #define ubrk_previous ubrk_previous_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 361 #define ubrk_previous ubrk_previous_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 361 #define ubrk_previous ubrk_previous_3_2 macro
    [all...]

Completed in 103 milliseconds