Home
last modified time | relevance | path

Searched refs:isValueNumber (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtelephony_common_utils.cpp48 bool isValueNumber = regex_match(inputValue, std::regex("(-[\\d+]+)|(\\d+)")); in IsValidDecValue() local
49 if (isValueNumber) { in IsValidDecValue()
65 bool isValueNumber = regex_match(inputValue, std::regex("(0[xX][0-9a-fA-F]+)|([0-9a-fA-F]+)")); in IsValidHexValue() local
66 if (isValueNumber) { in IsValidHexValue()
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_event_dispatch.cpp184 bool isValueNumber = regex_match(inputValue, std::regex("(-[\\d+]+)|(\\d+)")); in CheckValue() local
185 if (isValueNumber) { in CheckValue()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1761 bool isValueNumber = regex_match(inputValue, std::regex("(-[\\d+]+)|(\\d+)")); in IsValidDecValue() local
1762 if (isValueNumber) { in IsValidDecValue()