Lines Matching refs:index
542 bool CharAtEquals(bool ignore_case, int index, const RegExpAtom* a,
544 return Equals(ignore_case, a->data().at(index), b->data().at(index));
592 int index, const RegExpAtom* a, const RegExpAtom* b) {
593 return Equals(ignore_case, canonicalize, a->data().at(index),
594 b->data().at(index));
614 // i is length or it is the index of an atom.
952 RegExpCapture::StartRegister(index()),
953 RegExpCapture::EndRegister(index()), flags_, compiler->read_backward(),
1030 return ToNode(body(), index(), compiler, on_success);
1033 RegExpNode* RegExpCapture::ToNode(RegExpTree* body, int index,
1037 int start_reg = RegExpCapture::StartRegister(index);
1038 int end_reg = RegExpCapture::EndRegister(index);
1485 // The ranges at index i and forward are not canonicalized. Make them so by