Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h383 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h485 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h491 UNUM_DECIMAL_SEPARATOR_ALWAYS, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_mapper.cpp181 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
Dnumber_formatimpl.cpp526 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
Dnumber_skeletons.cpp308 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()
445 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_mapper.cpp182 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
Dnumber_formatimpl.cpp548 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
Dnumber_skeletons.cpp309 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()
446 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
/third_party/icu/icu4c/source/i18n/
Dnumber_mapper.cpp182 macros.decimal = properties.decimalSeparatorAlwaysShown ? UNUM_DECIMAL_SEPARATOR_ALWAYS in oldToNew()
Dnumber_formatimpl.cpp534 … if (quantity.getLowerDisplayMagnitude() < 0 || micros.decimal == UNUM_DECIMAL_SEPARATOR_ALWAYS) { in writeNumber()
Dnumber_skeletons.cpp309 return UNUM_DECIMAL_SEPARATOR_ALWAYS; in decimalSeparatorDisplay()
446 case UNUM_DECIMAL_SEPARATOR_ALWAYS: in decimalSeparatorDisplay()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp5035 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_ALWAYS), in decimal()