Searched refs:IsHex (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Dparse.cc1216 static int IsHex(int c) { function in namespace:re2
1314 while (IsHex(c)) {
1334 if (!IsHex(c) || !IsHex(c1))

Completed in 51 milliseconds