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

  /external/libtextclassifier/util/utf8/
unilib_test.cc 177 int break_index = 0; local
178 while ((break_index = iterator->Next()) != UniLib::BreakIterator::kDone) {
179 break_indices.push_back(break_index);
192 int break_index = 0; local
193 while ((break_index = iterator->Next()) != UniLib::BreakIterator::kDone) {
194 break_indices.push_back(break_index);
unilib-icu.cc 263 const int break_index = break_iterator_->next(); local
264 if (break_index == icu::BreakIterator::DONE) {
268 text_.countChar32(last_break_index_, break_index - last_break_index_);
269 last_break_index_ = break_index;
  /external/libtextclassifier/
feature-processor.cc 834 int break_index = 0; local
838 while ((break_index = break_iterator->Next()) !=
840 const int token_length = break_index - last_break_index;
862 last_break_index = break_index;
    [all...]
  /external/v8/src/debug/
debug.h 133 int break_index() const { return break_index_; } function in class:v8::internal::BreakIterator
debug.cc 100 closest_break = it->break_index();
150 int closest_break = break_index();
161 closest_break = break_index();
    [all...]

Completed in 101 milliseconds