Home | History | Annotate | Download | only in re2

Lines Matching defs:IsHex

1215 static int IsHex(int c) {
1313 while (IsHex(c)) {
1333 if (!IsHex(c) || !IsHex(c1))