Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h122 void SetPrecisionWithByte(double number, const std::string& finalUnit);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp342 SetPrecisionWithByte(finalNumber, finalUnit); in Format()
455 void NumberFormat::SetPrecisionWithByte(double number, const std::string& finalUnit) in SetPrecisionWithByte() function in OHOS::Global::I18n::NumberFormat