HomeSort by relevance Sort by last modified time
    Searched refs:UBRK_DONE (Results 1 - 22 of 22) sorted by null

  /external/chromium/base/i18n/
break_iterator.cc 64 if (pos == UBRK_DONE) {
73 if (pos == UBRK_DONE) {
79 if (pos == UBRK_DONE && prev_ == pos_) {
  /external/chromium_org/base/i18n/
break_iterator.cc 69 if (pos == UBRK_DONE) {
78 if (pos == UBRK_DONE)
83 if (pos == UBRK_DONE && prev_ == pos_) {
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 297 position_(UBRK_DONE),
349 if (position_ == UBRK_DONE)
366 if (!text_ || position_ == UBRK_DONE)
375 while (next != UBRK_DONE) {
389 // UBRK_DONE to prevent from calling ubrk_next() next time when this function
391 position_ = UBRK_DONE;
  /external/icu4c/samples/break/
ubreak.c 36 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/
ubrk.h 114 #define UBRK_DONE ((int32_t) -1)
348 * @return The character index of the next text boundary, or UBRK_DONE
360 * @return The character index of the preceding text boundary, or UBRK_DONE
394 * The value returned is always smaller than offset, or UBRK_DONE.
397 * @return The text boundary preceding offset, or UBRK_DONE.
407 * The value returned is always greater than offset, or UBRK_DONE.
410 * @return The text boundary following offset, or UBRK_DONE.
  /external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp 97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
  /external/icu4c/common/unicode/
ubrk.h 114 #define UBRK_DONE ((int32_t) -1)
354 * @return The character index of the next text boundary, or UBRK_DONE
366 * @return The character index of the preceding text boundary, or UBRK_DONE
399 * The new position is always smaller than offset, or UBRK_DONE.
402 * @return The text boundary preceding offset, or UBRK_DONE.
412 * The value returned is always greater than offset, or UBRK_DONE.
415 * @return The text boundary following offset, or UBRK_DONE.
  /external/icu4c/i18n/
brktrans.cpp 97 for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next()) {
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.cc 157 if (state_->position == UBRK_DONE) {
167 next != UBRK_DONE; next = ubrk_next(state_->iterator)) {
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_icu.c 195 if( iEnd==UBRK_DONE ){
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_icu.c 195 if( iEnd==UBRK_DONE ){
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 705 TEST_ASSERT(pos == UBRK_DONE);
775 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
777 log_err("FAIL: locale %s, break type %d, ubrk_next expected UBRK_DONE, got %d\n",
787 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got UBRK_DONE\n",
792 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
794 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
804 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
  /external/icu4c/test/cintltst/
cbiapts.c 711 TEST_ASSERT(pos == UBRK_DONE);
794 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
796 log_err("FAIL: locale %s, break type %d, ubrk_next expected UBRK_DONE, got %d\n",
806 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got UBRK_DONE\n",
811 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
813 log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n",
823 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n",
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 335 TEST_ASSERT(pos==UBRK_DONE);
359 TEST_ASSERT(pos==UBRK_DONE);
    [all...]
rbbitst.cpp     [all...]
  /external/icu4c/common/
ucasemap.cpp 293 if(idx==UBRK_DONE || idx>srcLength) {
ustrcase.cpp 200 if(idx==UBRK_DONE || idx>srcLength) {
rbbi.cpp 657 if (lastResult == UBRK_DONE) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp 335 TEST_ASSERT(pos==UBRK_DONE);
359 TEST_ASSERT(pos==UBRK_DONE);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucasemap.c 309 if(idx==UBRK_DONE || idx>srcLength) {
rbbi.cpp 596 if (lastResult == UBRK_DONE) {
    [all...]
ustrcase.c 244 if(idx==UBRK_DONE || idx>srcLength) {

Completed in 458 milliseconds