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

  /external/icu/icu4c/source/samples/break/
ubreak.c 35 int32_t start = ubrk_first(boundary);
56 int32_t start = ubrk_first(boundary);
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/cintltst/
cbiapts.c 235 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
238 start = ubrk_first(word);
275 ubrk_first(character);
291 pos=ubrk_first(line);
293 log_err("error ubrk_first(line) returned %d, expected 0\n", (int32_t)pos);
302 ubrk_first(sentence);
309 ubrk_first(sentence);
314 if (ubrk_first(sentence)!=ubrk_current(sentence)) {
315 log_err("error in ubrk_first() or ubrk_current()\n");
342 ubrk_first(bb)
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/unicode/
ubrk.h 350 * \ref ubrk_first, or \ref ubrk_last.
389 ubrk_first(UBreakIterator *bi);
397 * @see ubrk_first
urename.h 477 #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) macro
    [all...]
  /external/chromium_org/base/i18n/
break_iterator.cc 86 ubrk_first(static_cast<UBreakIterator*>(iter_));
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_icu.c 157 ubrk_first(pCsr->pIter);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_icu.c 157 ubrk_first(pCsr->pIter);
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 228 ubrk_first(UBreakIterator *bi) function
ucasemap.c 305 idx=ubrk_first(csm->iter);
ustrcase.c 240 idx=ubrk_first(csm->iter);
  /external/icu/icu4c/source/common/
ubrk.cpp 212 ubrk_first(UBreakIterator *bi) function
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 621 int32_t startindex = ubrk_first(breakiterator);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 608 int32_t startindex = ubrk_first(breakiterator);
    [all...]

Completed in 143 milliseconds