Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h376 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/third_party/node/deps/icu-small/source/i18n/
Dnumber_microprops.h73 UNumberDecimalSeparatorDisplay decimal = UNUM_DECIMAL_SEPARATOR_AUTO;
Dnumber_skeletons.cpp307 return UNUM_DECIMAL_SEPARATOR_AUTO; in decimalSeparatorDisplay()
443 case UNUM_DECIMAL_SEPARATOR_AUTO: in decimalSeparatorDisplay()
1747 …if (macros.decimal == UNUM_DECIMAL_SEPARATOR_AUTO || macros.decimal == UNUM_DECIMAL_SEPARATOR_COUN… in decimal()
Dnumber_mapper.cpp183 : UNUM_DECIMAL_SEPARATOR_AUTO; in oldToNew()
Dnumber_formatimpl.cpp328 fMicros.simple.decimal = UNUM_DECIMAL_SEPARATOR_AUTO; in macrosToMicroGenerator()
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h478 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h484 UNUM_DECIMAL_SEPARATOR_AUTO, enumerator
/third_party/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp307 return UNUM_DECIMAL_SEPARATOR_AUTO; in decimalSeparatorDisplay()
443 case UNUM_DECIMAL_SEPARATOR_AUTO: in decimalSeparatorDisplay()
1747 …if (macros.decimal == UNUM_DECIMAL_SEPARATOR_AUTO || macros.decimal == UNUM_DECIMAL_SEPARATOR_COUN… in decimal()
Dnumber_mapper.cpp183 : UNUM_DECIMAL_SEPARATOR_AUTO; in oldToNew()
Dnumber_formatimpl.cpp328 fMicros.decimal = UNUM_DECIMAL_SEPARATOR_AUTO; in macrosToMicroGenerator()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_skeletons.cpp306 return UNUM_DECIMAL_SEPARATOR_AUTO; in decimalSeparatorDisplay()
442 case UNUM_DECIMAL_SEPARATOR_AUTO: in decimalSeparatorDisplay()
1725 …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.cpp328 fMicros.decimal = UNUM_DECIMAL_SEPARATOR_AUTO; in macrosToMicroGenerator()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp5019 … NumberFormatter::with().decimal(UNumberDecimalSeparatorDisplay::UNUM_DECIMAL_SEPARATOR_AUTO), in decimal()