/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | lexer.cpp | 99 if (IsNum(c)) { in Lex() 279 … while (PeekChar(c, false) && (IsNum(c) || (c >= 'a' && c <= 'f') || (c >= 'A' && c <= 'F'))) { in LexHexAndBinaryNum() 311 if (IsNum(c)) { // Octal number in LexFromNumber() 312 while (PeekChar(c) && IsNum(c)) { in LexFromNumber() 325 while (PeekChar(c, true) && IsNum(c)) { in LexFromNumber() 389 bool Lexer::IsNum(char c) in IsNum() function in Lexer
|
H A D | lexer.h | 54 static bool IsNum(char c);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/ |
H A D | anonymizer.c | 45 static inline bool IsNum(char chr) in IsNum() function 52 return IsNum(chr) || InRange(chr, 'A', 'F') || InRange(chr, 'a', 'f'); in IsHex() 113 if (!IsNum(str[i]) && !IsDot(str[i])) { in MatchIpAddr() 160 if (!IsNum(str[i]) && !IsAlphabet(str[i])) { in MatchUdidStr()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | get_cma_info.cpp | 44 if (StringUtils::GetInstance().IsNum(used)) { in GetUsed()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | string_utils.h | 35 bool IsNum(std::string str);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | string_utils.cpp | 72 bool StringUtils::IsNum(string str) in IsNum() function in OHOS::HiviewDFX::StringUtils
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_utils.cpp | 243 bool VCardUtils::IsNum(const std::string &str) in IsNum() function in OHOS::Telephony::VCardUtils 258 if (!IsNum(labelId)) { in GetTypeFromImLabelId() 298 if (!IsNum(labelId) || labelId.size() > INT_64_LENTGH) { in GetTypeFromPhoneLabelId()
|
H A D | vcard_constructor.cpp | 354 if (VCardUtils::IsNum(labelId) && labelId.size() < INT_64_LENTGH + 1) { in ConstructPhones() 485 if (!labelIdStr.empty() && VCardUtils::IsNum(labelIdStr)) { in ConstructEmails() 510 if (VCardUtils::IsNum(data->GetLabelId())) { in ConstructPostals() 719 if (VCardUtils::IsNum(eventData->GetLabelId())) { in ConstructEvents() 745 } else if (VCardUtils::IsNum(labelId) && labelId.size() < INT_64_LENTGH + 1) { in AddTelLine()
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_utils.h | 48 static bool IsNum(const std::string &str);
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | util.h | 157 bool IsNum(const std::string &str);
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 323 static inline bool IsNum(const std::string &str) in IsNum() function 413 if (!IsNum(value)) { in ConfigItemSwitch()
|
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_device.cpp | 61 static inline bool IsNum(const std::string& str) in IsNum() function 90 if (!IsNum(fileName.substr(0, pos))) { in CheckFileName()
|
/ohos5.0/base/msdp/device_status/utils/common/src/ |
H A D | util.cpp | 307 bool IsNum(const std::string &str) in IsNum() function
|
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/ |
H A D | vcard_fuzzer.cpp | 319 VCardUtils::IsNum(fuzzdata); in VCardUtilsTest()
|
/ohos5.0/base/msdp/device_status/utils/common/ |
H A D | libdevicestatus_util_map | 24 …"OHOS::Msdp::DeviceStatus::IsNum(std::__h::basic_string<char, std::__h::char_traits<char>, std::__…
|
/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.cpp | 327 static bool IsNum(const std::string &s) in IsNum() function 355 if (!IsNum(value) || value.length() != (TIME_MAX_LEN - 1)) { in GetConditionsTime()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 1411 if (!IsNum(srcSvgWidth)) { in UpdateSvgNodeInfo() 1428 if (!IsNum(tmpString)) { in UpdateSvgNodeInfo() 1470 if (!IsNum(srcRectWidth)) { in UpdateRectNode()
|