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 244 /*========Test ubrk_first(), ubrk_last()...... and other functions*/
247 start = ubrk_first(word);
284 ubrk_first(character);
300 pos=ubrk_first(line);
302 log_err("error ubrk_first(line) returned %d, expected 0\n", (int32_t)pos);
311 ubrk_first(sentence);
318 ubrk_first(sentence);
323 if (ubrk_first(sentence)!=ubrk_current(sentence)) {
324 log_err("error in ubrk_first() or ubrk_current()\n");
351 ubrk_first(bb)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 410 * \ref ubrk_first, or \ref ubrk_last.
448 ubrk_first(UBreakIterator *bi);
456 * @see ubrk_first
urename.h 481 #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) macro
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 234 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 193 milliseconds