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

  /external/icu/icu4c/source/samples/break/
ubreak.c 41 int32_t start = ubrk_first(boundary);
62 int32_t start = ubrk_first(boundary);
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 242 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
245 start = ubrk_first(word);
282 ubrk_first(character);
298 pos=ubrk_first(line);
300 log_err("error ubrk_first(line) returned %d, expected 0\n", (int32_t)pos);
309 ubrk_first(sentence);
316 ubrk_first(sentence);
321 if (ubrk_first(sentence)!=ubrk_current(sentence)) {
322 log_err("error in ubrk_first() or ubrk_current()\n");
349 ubrk_first(bb)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 381 * \ref ubrk_first, or \ref ubrk_last.
419 ubrk_first(UBreakIterator *bi);
427 * @see ubrk_first
urename.h 486 #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) macro
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 212 ubrk_first(UBreakIterator *bi) function
  /external/icu/icu4c/source/i18n/
usearch.cpp 612 int32_t startindex = ubrk_first(breakiterator);
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 317 milliseconds