Home
last modified time | relevance | path

Searched refs:notation (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp190 numberFormat = numberFormat.notation(notation); in InitProperties()
277 if (configs.count("notation") > 0) { in ParseDigitsConfigs()
278 notationString = configs["notation"]; in ParseDigitsConfigs()
280 notation = icu::number::Notation::scientific(); in ParseDigitsConfigs()
282 notation = icu::number::Notation::engineering(); in ParseDigitsConfigs()
289 notation = icu::number::Notation::compactLong(); in ParseDigitsConfigs()
291 notation = icu::number::Notation::compactShort(); in ParseDigitsConfigs()
451 map.insert(std::make_pair("notation", notationString)); in GetDigitsResolvedOptions()
/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h91 icu::number::Notation notation = icu::number::Notation::simple(); member in OHOS::Global::I18n::NumberFormat

Completed in 2 milliseconds