Home
last modified time | relevance | path

Searched refs:ConvertByte (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dmeasure_data.h34 bool ConvertByte(double& number, std::string& unit);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp566 bool ConvertByte(double& number, std::string& unit) in ConvertByte() function
H A Dnumber_format.cpp340 …if ((unitUsage == "size-file-byte" || unitUsage == "size-shortfile-byte") && ConvertByte(finalNumb… in Format()