Home | History | Annotate | Download | only in re2

Lines Matching refs:seq

1528   StringPiece seq = *s;  // \p{Han} or \pL
1536 const char* p = seq.begin() + 2;
1542 if (!IsValidUTF8(seq, status))
1545 status->set_error_arg(seq);
1554 // Chop seq where s now begins.
1555 seq = StringPiece(seq.begin(), s->begin() - seq.begin());
1565 status->set_error_arg(seq);