Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
Dmeasure_data.cpp555 string toUnitType; in Convert() local
567 toUnitType = curUnit.getType(); in Convert()
570 …if (fromUnitType.empty() || toUnitType.empty() || strcmp(fromUnitType.c_str(), toUnitType.c_str())… in Convert()