Home
last modified time | relevance | path

Searched refs:cut_index (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Djsregexp.cc1866 int cut_index, in CutOutRange() argument
1869 bool odd = (((cut_index - start_index) & 1) == 1); in CutOutRange()
1873 ranges->at(cut_index), in CutOutRange()
1874 ranges->at(cut_index + 1) - 1, in CutOutRange()
1882 for (int j = cut_index; j > start_index; j--) { in CutOutRange()
1885 for (int j = cut_index + 1; j < end_index; j++) { in CutOutRange()