Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h393 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp282 return UNUM_DECIMAL_SEPARATOR_AUTO; in decimalSeparatorDisplay()
397 case UNUM_DECIMAL_SEPARATOR_AUTO: in decimalSeparatorDisplay()
1489 …if (macros.decimal == UNUM_DECIMAL_SEPARATOR_AUTO || macros.decimal == UNUM_DECIMAL_SEPARATOR_COUN… in decimal()
Dnumber_mapper.cpp188 : UNUM_DECIMAL_SEPARATOR_AUTO; in oldToNew()
Dnumber_formatimpl.cpp327 fMicros.decimal = UNUM_DECIMAL_SEPARATOR_AUTO; in macrosToMicroGenerator()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp1908 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO), in decimal()