Home
last modified time | relevance | path

Searched defs:IsHexDigit (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.h299 inline bool IsHexDigit(Char c) { in IsHexDigit() function
/third_party/node/deps/v8/src/strings/
Dchar-predicates-inl.h37 inline constexpr bool IsHexDigit(base::uc32 c) { in IsHexDigit() function