Home
last modified time | relevance | path

Searched refs:GetPrecision (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp241 static int32_t GetPrecision(double val) in GetPrecision() function
270 os.precision(GetPrecision(temp));
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp298 int32_t GetPrecision(const std::string &precisionStr) in GetPrecision() function
345 int32_t precision = GetPrecision(matches[MATCHE_INDEX_PRECISION]); in ReplacePlaceholderWithParams()