Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp494 string unitKey = unit + "-" + measSys; in ComputeFactorValue() local
495 if (CONVERT_FACTORS.count(unitKey) > 0) { in ComputeFactorValue()
496 factors[0] = CONVERT_FACTORS.at(unitKey)[0]; in ComputeFactorValue()
497 factors[1] = CONVERT_FACTORS.at(unitKey)[1]; in ComputeFactorValue()