Searched refs:UBRK_DONE (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/samples/break/
H A Dubreak.c36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end =
47 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start,
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c714 TEST_ASSERT(pos == UBRK_DONE);
797 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
799 log_err("FAIL: locale %s, break type %d, ubrk_next expected UBRK_DONE, got %d\n",
809 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got UBRK_DONE\n",
814 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
816 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
826 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
881 TEST_ASSERT(UBRK_DONE == ubrk_next(bi));
914 for (brk=ubrk_first(bi); brk != UBRK_DONE; brk=ubrk_next(bi)) {
925 for (brk=ubrk_first(bi); brk != UBRK_DONE; br
[all...]
/external/icu/icu4c/source/common/
H A Dfilteredbrk.cpp206 * @return new break position or UBRK_DONE
213 * @return new break position or UBRK_DONE
339 if(n == UBRK_DONE || // at end or
347 if(U_FAILURE(status)) return UBRK_DONE; // bail out
351 while (n != UBRK_DONE && n != utextLen) { // outer loop runs once per underlying break (from fDelegate).
369 if(n == 0 || n == UBRK_DONE || // at end or
377 if(U_FAILURE(status)) return UBRK_DONE; // bail out
380 while (n != UBRK_DONE && n != 0) { // outer loop runs once per underlying break (from fDelegate).
H A Ducasemap.cpp293 if(idx==UBRK_DONE || idx>srcLength) {
H A Dustrcase.cpp199 if(idx==UBRK_DONE || idx>srcLength) {
H A Drbbi.cpp656 if (lastResult == UBRK_DONE) {
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h124 #define UBRK_DONE ((int32_t) -1) macro
372 * @return The character index of the next text boundary, or UBRK_DONE
384 * @return The character index of the preceding text boundary, or UBRK_DONE
416 * The new position is always smaller than offset, or UBRK_DONE.
419 * @return The text boundary preceding offset, or UBRK_DONE.
429 * The value returned is always greater than offset, or UBRK_DONE.
432 * @return The text boundary following offset, or UBRK_DONE.
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp103 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp338 TEST_ASSERT(pos==UBRK_DONE);
362 TEST_ASSERT(pos==UBRK_DONE);
1117 while (rb2->next() != UBRK_DONE) {
1173 TEST_ASSERT(UBRK_DONE == bi->next());
1192 for(int32_t n = 0; (n=brk->next())!=UBRK_DONE; ) {
H A Drbbitst.cpp4465 while ( (offset = brkiter->previous()) != UBRK_DONE ) {
4478 while ( (offset = brkiterPOSIX->previous()) != UBRK_DONE ) {
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1687 milliseconds