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

/external/chromium_org/third_party/re2/re2/
H A Dparse.cc1222 static int UnHex(int c) { function in namespace:re2
1315 code = code * 16 + UnHex(c);
1335 *rp = UnHex(c) * 16 + UnHex(c1);
/external/regex-re2/re2/
H A Dparse.cc1222 static int UnHex(int c) { function in namespace:re2
1315 code = code * 16 + UnHex(c);
1335 *rp = UnHex(c) * 16 + UnHex(c1);

Completed in 124 milliseconds