Home
last modified time | relevance | path

Searched refs:IsNum (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_cma_info.cpp44 if (StringUtils::GetInstance().IsNum(used)) { in GetUsed()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h35 bool IsNum(std::string str);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp72 bool StringUtils::IsNum(string str) in IsNum() function in OHOS::HiviewDFX::StringUtils
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h48 static bool IsNum(const std::string &str);
/base/msdp/device_status/utils/common/include/
H A Dutil.h155 bool IsNum(const std::string &str);
/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.cpp355 if (VCardUtils::IsNum(labelId) && labelId.size() < INT_64_LENTGH + 1) { in ConstructPhones()
482 if (!labelIdStr.empty() && VCardUtils::IsNum(labelIdStr)) { in ConstructEmails()
507 if (VCardUtils::IsNum(data->GetLabelId())) { in ConstructPostals()
715 if (VCardUtils::IsNum(eventData->GetLabelId())) { in ConstructEvents()
761 } else if (VCardUtils::IsNum(labelId) && labelId.size() < INT_64_LENTGH + 1) { in AddTelLine()
/base/msdp/device_status/utils/common/src/
H A Dutil.cpp317 bool IsNum(const std::string &str) in IsNum() function
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp319 VCardUtils::IsNum(fuzzdata); in VCardUtilsTest()
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp332 static bool IsNum(const std::string &s) in IsNum() function
360 if (!IsNum(value) || value.length() != (TIME_MAX_LEN - 1)) { in GetConditionsTime()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1615 if (!IsNum(srcSvgWidth)) { in UpdateSvgNodeInfo()
1632 if (!IsNum(tmpString)) { in UpdateSvgNodeInfo()
1674 if (!IsNum(srcRectWidth)) { in UpdateRectNode()

Completed in 14 milliseconds