Searched refs:SetSupportHexInput (Results 1 – 3 of 3) sorted by relevance
47 void SetSupportHexInput(bool enabled);
106 void SetSupportHexInput(bool enabled) in SetSupportHexInput() function in ExpressionParser::Tokenizer375 ExpressionParser::SetSupportHexInput(bool enabled) in SetSupportHexInput() function in ExpressionParser377 fTokenizer->SetSupportHexInput(enabled); in SetSupportHexInput()
759 parser.SetSupportHexInput(true); in MessageReceived()