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

  /external/icu4c/test/cintltst/
cbiapts.c 227 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
230 start = ubrk_first(word);
267 ubrk_first(character);
283 pos=ubrk_first(line);
285 log_err("error ubrk_first(line) returned %d, expected 0\n", (int32_t)pos);
294 ubrk_first(sentence);
301 ubrk_first(sentence);
306 if (ubrk_first(sentence)!=ubrk_current(sentence)) {
307 log_err("error in ubrk_first() or ubrk_current()\n");
334 ubrk_first(bb)
    [all...]
  /external/icu4c/samples/break/
ubreak.c 35 int32_t start = ubrk_first(boundary);
56 int32_t start = ubrk_first(boundary);
  /external/chromium/base/i18n/
break_iterator.cc 52 ubrk_first(static_cast<UBreakIterator*>(iter_));
  /external/webkit/Source/WebCore/icu/unicode/
ubrk.h 94 * int32_t start = ubrk_first(boundary);
118 * int32_t start = ubrk_first(boundary);
400 * \ref ubrk_first, or \ref ubrk_last.
439 ubrk_first(UBreakIterator *bi);
448 * @see ubrk_first
urename.h 349 #define ubrk_first ubrk_first_3_2 macro
    [all...]
  /external/icu4c/common/
ubrk.cpp 214 ubrk_first(UBreakIterator *bi) function
ucasemap.c 305 idx=ubrk_first(csm->iter);
ustrcase.c 240 idx=ubrk_first(csm->iter);
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 187 return ubrk_first(breakIterator(address));
  /external/webkit/Source/WebCore/platform/text/
TextBreakIteratorICU.cpp 113 return ubrk_first(reinterpret_cast<UBreakIterator*>(iterator));
  /external/icu4c/common/unicode/
ubrk.h 338 * \ref ubrk_first, or \ref ubrk_last.
377 ubrk_first(UBreakIterator *bi);
386 * @see ubrk_first
urename.h 485 #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) macro
    [all...]
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 289 // (cmp ICU documentation for ubrk_first and ubrk_last)
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 349 #define ubrk_first ubrk_first_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 349 #define ubrk_first ubrk_first_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 349 #define ubrk_first ubrk_first_3_2 macro
    [all...]
  /external/icu4c/i18n/
usearch.cpp 621 int32_t startindex = ubrk_first(breakiterator);
    [all...]

Completed in 622 milliseconds