Home | History | Annotate | Download | only in re2

Lines Matching refs:UnHex

1222 static int UnHex(int c) {
1315 code = code * 16 + UnHex(c);
1335 *rp = UnHex(c) * 16 + UnHex(c1);