Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h405 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/external/icu/libicu/cts_headers/unicode/
Dunumberformatter.h405 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/external/icu/libandroidicu/include/unicode/
Dunumberformatter.h405 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp289 return UNUM_DECIMAL_SEPARATOR_AUTO; in decimalSeparatorDisplay()
410 case UNUM_DECIMAL_SEPARATOR_AUTO: in decimalSeparatorDisplay()
1663 …if (macros.decimal == UNUM_DECIMAL_SEPARATOR_AUTO || macros.decimal == UNUM_DECIMAL_SEPARATOR_COUN… in decimal()
Dnumber_mapper.cpp182 : UNUM_DECIMAL_SEPARATOR_AUTO; in oldToNew()
Dnumber_formatimpl.cpp324 fMicros.decimal = UNUM_DECIMAL_SEPARATOR_AUTO; in macrosToMicroGenerator()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp3380 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO), in decimal()