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

  /external/v8/src/regexp/
jsregexp-inl.h 48 int last_start_index = last_match[0]; local
49 if (last_start_index == last_end_index) {
  /external/libtextclassifier/smartselect/
feature-processor.cc 71 int last_start_index = it->start; local
76 std::advance(last_start, selection.first - last_start_index);
78 last_start_index = selection.first;
83 std::advance(last_start, selection.second - last_start_index);

Completed in 181 milliseconds