Home
last modified time | relevance | path

Searched refs:UNUM_DECIMAL_SEPARATOR_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h407 UNUM_DECIMAL_SEPARATOR_COUNT enumerator
Dnumberformatter.h1447 UNumberDecimalSeparatorDisplay decimal = UNUM_DECIMAL_SEPARATOR_COUNT;
/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp324 if (macros.decimal != UNUM_DECIMAL_SEPARATOR_COUNT) { in macrosToMicroGenerator()
Dnumber_skeletons.cpp286 return UNUM_DECIMAL_SEPARATOR_COUNT; // for objects, throw; for enums, return COUNT in decimalSeparatorDisplay()
1489 …(macros.decimal == UNUM_DECIMAL_SEPARATOR_AUTO || macros.decimal == UNUM_DECIMAL_SEPARATOR_COUNT) { in decimal()