Home
last modified time | relevance | path

Searched refs:STRING_REGEX_ALL_NUMBERS (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h204 const std::string STRING_REGEX_ALL_NUMBERS = "^(-)?([0-9]|[1-9][0-9]+)([\\.][0-9]+)?$"; member
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1693 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()
1706 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()
1719 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()
1732 if (!std::regex_match(optarg, std::regex(STRING_REGEX_ALL_NUMBERS))) { in MakeWantFromCmd()

Completed in 4 milliseconds