Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h108 static std::unordered_map<UMeasurementSystem, std::string> measurementSystem; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp62 std::unordered_map<UMeasurementSystem, std::string> NumberFormat::measurementSystem = { member in OHOS::Global::I18n::NumberFormat
177 unitMeasSys = measurementSystem[measSys]; in InitProperties()