Searched defs:isValueNumber (Results 1 – 3 of 3) sorted by relevance
48 bool isValueNumber = regex_match(inputValue, std::regex("(-[\\d+]+)|(\\d+)")); in IsValidDecValue() local65 bool isValueNumber = regex_match(inputValue, std::regex("(0[xX][0-9a-fA-F]+)|([0-9a-fA-F]+)")); in IsValidHexValue() local
184 bool isValueNumber = regex_match(inputValue, std::regex("(-[\\d+]+)|(\\d+)")); in CheckValue() local
1761 bool isValueNumber = regex_match(inputValue, std::regex("(-[\\d+]+)|(\\d+)")); in IsValidDecValue() local