Searched refs:ComputeFactorValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | measure_data.h | 30 void ComputeFactorValue(const std::string &unit, const std::string &measSys, std::vector<double> &f…
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | measure_data.cpp | 492 void ComputeFactorValue(const string &unit, const string &measSys, vector<double> &factors) in ComputeFactorValue() function 524 ComputeFactorValue(baseUnit, measSys, factors); in ComputePowerValue() 557 ComputeFactorValue(unit, measSys, factors); in ComputeValue()
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | i18n_test.cpp | 496 ComputeFactorValue(unit, measSys, factors); 501 ComputeFactorValue(unit, measSys, factors);
|