Searched refs:intString (Results 1 – 3 of 3) sorted by relevance
129 bool AccessibilityUtils::IsValidIntString(std::string& intString, const int32_t lowBound, const int… in IsValidIntString() argument133 std::string valueStr = Trim(intString); in IsValidIntString()
883 std::string intString = argv_[optind + OPTION_PARAMETER_VALUE_OFFSET]; in ParseParam() local884 if (!std::regex_match(intString, std::regex(STRING_TEST_REGEX_INTEGER_NUMBERS))) { in ParseParam()886 resultReceiver_.append(intString); in ParseParam()
34 …static bool IsValidIntString(std::string& intString, const int32_t lowBound, const int32_t highBou…