Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
Dmeasure_data.h31 double ComputeSIPrefixValue(const std::string &unit);
/base/global/i18n/frameworks/intl/src/
Dmeasure_data.cpp488 double ComputeSIPrefixValue(const string &unit) in ComputeSIPrefixValue() function
503 double value = ComputeSIPrefixValue(baseUnit); in ComputePowerValue()
534 factors[0] = ComputeSIPrefixValue(unit); in ComputeValue()