Home | History | Annotate | Download | only in re2

Lines Matching refs:c1

1251   Rune c, c1;
1332 if (StringPieceToRune(&c1, s, status) < 0)
1334 if (!IsHex(c) || !IsHex(c1))
1336 *rp = UnHex(c) * 16 + UnHex(c1);