Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h400 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_mapper.cpp187 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
Dnumber_formatimpl.cpp464 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
Dnumber_skeletons.cpp284 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()
400 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp1923 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS), in decimal()