Searched refs:IsHexDigit (Results 1 – 7 of 7) sorted by relevance
23 inline bool IsHexDigit(Char c) { in IsHexDigit() function40 if (!IsHexDigit(current)) in IsValidGUID()
24 if (!IsHexDigit(current)) in IsValidGUID()
52 inline bool IsHexDigit(uc32 c) { in IsHexDigit() function
22 inline bool IsHexDigit(uc32 c);
352 inline bool IsHexDigit(Char c) { in IsHexDigit() function
650 DCHECK(IsHexDigit(c)); in HexDigitToInt()
1010 if (!IsHexDigit(c0_)) { in ScanNumber()1014 while (IsHexDigit(c0_)) { in ScanNumber()