Searched refs:ubrk_first (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/samples/break/
H A Dubreak.c35 int32_t start = ubrk_first(boundary);
56 int32_t start = ubrk_first(boundary);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c235 /*========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(b
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h350 * \ref ubrk_first, or \ref ubrk_last.
388 ubrk_first(UBreakIterator *bi);
396 * @see ubrk_first
H A Durename.h481 #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) macro
/external/icu/icu4c/source/common/
H A Dubrk.cpp212 ubrk_first(UBreakIterator *bi) function
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp606 int32_t startindex = ubrk_first(breakiterator);
3727 int32_t startindex = ubrk_first(breakiterator);
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 523 milliseconds