Home | History | Annotate | Download | only in re2

Lines Matching refs:c1

1250   Rune c, c1;
1331 if (StringPieceToRune(&c1, s, status) < 0)
1333 if (!IsHex(c) || !IsHex(c1))
1335 *rp = UnHex(c) * 16 + UnHex(c1);