Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp659 string fromUnitType; in Convert() local
669 fromUnitType = curUnit.getType(); in Convert()
675 …if (fromUnitType.empty() || toUnitType.empty() || strcmp(fromUnitType.c_str(), toUnitType.c_str())… in Convert()