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

/external/chromium_org/base/i18n/
H A Dbreak_iterator.cc100 if (pos == UBRK_DONE) {
109 if (pos == UBRK_DONE)
114 if (pos == UBRK_DONE && prev_ == pos_) {
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/common/unicode/
H A Dubrk.h114 #define UBRK_DONE ((int32_t) -1) macro
360 * @return The character index of the next text boundary, or UBRK_DONE
372 * @return The character index of the preceding text boundary, or UBRK_DONE
405 * The new position is always smaller than offset, or UBRK_DONE.
408 * @return The text boundary preceding offset, or UBRK_DONE.
418 * The value returned is always greater than offset, or UBRK_DONE.
421 * @return The text boundary following offset, or UBRK_DONE.
/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.cpp97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h114 #define UBRK_DONE ((int32_t) -1) macro
360 * @return The character index of the next text boundary, or UBRK_DONE
372 * @return The character index of the preceding text boundary, or UBRK_DONE
405 * The new position is always smaller than offset, or UBRK_DONE.
408 * @return The text boundary preceding offset, or UBRK_DONE.
418 * The value returned is always greater than offset, or UBRK_DONE.
421 * @return The text boundary following offset, or UBRK_DONE.
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
H A Dfilteredbrk.cpp106 if(n == UBRK_DONE || // at end or
161 if(n==UBRK_DONE) return n;
181 if(n==UBRK_DONE) return n;
195 } while(n != UBRK_DONE);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c195 if( iEnd==UBRK_DONE ){
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c195 if( iEnd==UBRK_DONE ){
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c709 TEST_ASSERT(pos == UBRK_DONE);
792 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
794 log_err("FAIL: locale %s, break type %d, ubrk_next expected UBRK_DONE, got %d\n",
804 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got UBRK_DONE\n",
809 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
811 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
821 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
873 TEST_ASSERT(UBRK_DONE == ubrk_next(bi));
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c709 TEST_ASSERT(pos == UBRK_DONE);
792 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
794 log_err("FAIL: locale %s, break type %d, ubrk_next expected UBRK_DONE, got %d\n",
804 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got UBRK_DONE\n",
809 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
811 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
821 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
873 TEST_ASSERT(UBRK_DONE == ubrk_next(bi));
/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.cpp4280 while ( (offset = brkiter->previous()) != UBRK_DONE ) {
4293 while ( (offset = brkiterPOSIX->previous()) != UBRK_DONE ) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp335 TEST_ASSERT(pos==UBRK_DONE);
359 TEST_ASSERT(pos==UBRK_DONE);
1114 while (rb2->next() != UBRK_DONE) {
1170 TEST_ASSERT(UBRK_DONE == bi->next());
H A Drbbitst.cpp4280 while ( (offset = brkiter->previous()) != UBRK_DONE ) {
4293 while ( (offset = brkiterPOSIX->previous()) != UBRK_DONE ) {
/external/chromium_org/third_party/icu/source/common/
H A Ducasemap.cpp293 if(idx==UBRK_DONE || idx>srcLength) {
H A Dustrcase.cpp200 if(idx==UBRK_DONE || idx>srcLength) {
H A Drbbi.cpp656 if (lastResult == UBRK_DONE) {
/external/icu/icu4c/source/common/
H A Ducasemap.cpp293 if(idx==UBRK_DONE || idx>srcLength) {
H A Dustrcase.cpp200 if(idx==UBRK_DONE || idx>srcLength) {
H A Drbbi.cpp656 if (lastResult == UBRK_DONE) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 8066 milliseconds