Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dchar-predicates.h24 inline constexpr bool IsHexDigit(base::uc32 c);
H A Dchar-predicates-inl.h37 inline constexpr bool IsHexDigit(base::uc32 c) { in IsHexDigit() function
/third_party/gn/src/base/strings/
H A Dstring_util.h289 inline bool IsHexDigit(Char c) { in IsHexDigit() function
H A Dstring_util.cc572 DCHECK(IsHexDigit(c)); in HexDigitToInt()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc734 return ScanDigitsWithNumericSeparators(&IsHexDigit, true); in ScanHexDigits()

Completed in 5 milliseconds