Searched refs:isHexNotation (Results 1 – 1 of 1) sorted by relevance
185 bool isHexNotation(const std::string& s) in isHexNotation() function in bios::Depex622 else if (isNumber(word) || isHexNotation(word)) in evaluateExpression()