Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dstrings.cc35 struct IsHexDigit : std::unary_function<std::string::value_type, bool> { struct
36 bool operator()(std::string::value_type v) { in operator ()()