Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp508 for (auto& prefixValue : PREFIX_VALUE) { in ComputeSIPrefixValue() local
509 if (!unit.rfind(prefixValue.first, 0)) { in ComputeSIPrefixValue()
510 return prefixValue.second; in ComputeSIPrefixValue()