Home
last modified time | relevance | path

Searched refs:IsNum (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp99 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 Dlexer.h54 static bool IsNum(char c);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c45 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 Dget_cma_info.cpp44 if (StringUtils::GetInstance().IsNum(used)) { in GetUsed()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h35 bool IsNum(std::string str);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp72 bool StringUtils::IsNum(string str) in IsNum() function in OHOS::HiviewDFX::StringUtils
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp243 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 Dvcard_constructor.cpp354 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 Dvcard_utils.h48 static bool IsNum(const std::string &str);
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dutil.h157 bool IsNum(const std::string &str);
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp323 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 Dvirtual_device.cpp61 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 Dutil.cpp307 bool IsNum(const std::string &str) in IsNum() function
/ohos5.0/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp319 VCardUtils::IsNum(fuzzdata); in VCardUtilsTest()
/ohos5.0/base/msdp/device_status/utils/common/
H A Dlibdevicestatus_util_map24 …"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 Dsecurity_guard_napi.cpp327 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 Ddrag_drawing.cpp1411 if (!IsNum(srcSvgWidth)) { in UpdateSvgNodeInfo()
1428 if (!IsNum(tmpString)) { in UpdateSvgNodeInfo()
1470 if (!IsNum(srcRectWidth)) { in UpdateRectNode()