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

/external/icu4c/samples/break/
H A Dubreak.c35 int32_t start = ubrk_first(boundary);
56 int32_t start = ubrk_first(boundary);
/external/chromium/base/i18n/
H A Dbreak_iterator.cc52 ubrk_first(static_cast<UBreakIterator*>(iter_));
/external/icu4c/test/cintltst/
H A Dcbiapts.c227 /*========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(b
[all...]
/external/icu4c/common/unicode/
H A Dubrk.h338 * \ref ubrk_first, or \ref ubrk_last.
377 ubrk_first(UBreakIterator *bi);
386 * @see ubrk_first
H A Durename.h485 #define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dubrk.h94 * 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
H A Durename.h349 #define ubrk_first ubrk_first_3_2 macro
/external/webkit/Source/WebCore/platform/text/
H A DTextBreakIteratorICU.cpp113 return ubrk_first(reinterpret_cast<UBreakIterator*>(iterator));
/external/icu4c/common/
H A Dubrk.cpp214 ubrk_first(UBreakIterator *bi) function
H A Ducasemap.c305 idx=ubrk_first(csm->iter);
H A Dustrcase.c240 idx=ubrk_first(csm->iter);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h349 #define ubrk_first ubrk_first_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h349 #define ubrk_first ubrk_first_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h349 #define ubrk_first ubrk_first_3_2 macro
/external/icu4c/i18n/
H A Dusearch.cpp621 int32_t startindex = ubrk_first(breakiterator);
3709 int32_t startindex = ubrk_first(breakiterator);
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c[all...]

Completed in 760 milliseconds