Home
last modified time | relevance | path

Searched defs:StringToDouble (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
Dstring_utils.h216 inline double StringToDouble(const std::string& value) in StringToDouble() function
228 inline bool StringToDouble(const std::string& value, double& result) in StringToDouble() function
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dutils.h132 inline double StringToDouble(const std::string& value) in StringToDouble() function
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dquery_helper.cpp576 double QueryHelper::StringToDouble(const std::string &word) in StringToDouble() function in OHOS::DistributedKv::QueryHelper
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp175 double StringToDouble(const char* string, double defaultValue = 0.0) in StringToDouble() function