Home
last modified time | relevance | path

Searched refs:getFixedDecimal (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp616 FixedDecimal fd = df->getFixedDecimal(44, status); in TestFixedDecimal()
622 fd = df->getFixedDecimal(-44, status); in TestFixedDecimal()
630 fd = df->getFixedDecimal(123.456, status); in TestFixedDecimal()
640 fd = df->getFixedDecimal(-123.456, status); in TestFixedDecimal()
652 fd = df->getFixedDecimal(123.456, status); in TestFixedDecimal()
662 fd = df->getFixedDecimal(-123.456, status); in TestFixedDecimal()
675 fd = df->getFixedDecimal(123.456, status); in TestFixedDecimal()
685 fd = df->getFixedDecimal(-123.456, status); in TestFixedDecimal()
699 fd = df->getFixedDecimal(30.0, status); in TestFixedDecimal()
709 fd = df->getFixedDecimal(-30.0, status); in TestFixedDecimal()
[all …]
Dnumberformat2test.cpp3064 digits.getFixedDecimal( in verifyIntValue()
3078 digits.getFixedDecimal( in verifySource()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2005 FixedDecimal getFixedDecimal(double number, UErrorCode &status) const;
2013 FixedDecimal getFixedDecimal(const Formattable &number, UErrorCode &status) const;
2021 FixedDecimal getFixedDecimal(DigitList &number, UErrorCode &status) const;
/external/icu/icu4c/source/i18n/
Dvisibledigits.h64 …void getFixedDecimal(double &source, int64_t &intValue, int64_t &f, int64_t &t, int32_t &v, UBool …
Dvisibledigits.cpp121 void VisibleDigits::getFixedDecimal( in getFixedDecimal() function in VisibleDigits
Ddecimfmtimpl.h324 FixedDecimal &getFixedDecimal(double value, FixedDecimal &result, UErrorCode &status) const;
325 FixedDecimal &getFixedDecimal(DigitList &number, FixedDecimal &result, UErrorCode &status) const;
Ddecimfmtimpl.cpp525 digits.getFixedDecimal( in initFixedDecimal()
533 DecimalFormatImpl::getFixedDecimal(double number, FixedDecimal &result, UErrorCode &status) const { in getFixedDecimal() function in DecimalFormatImpl
543 DecimalFormatImpl::getFixedDecimal( in getFixedDecimal() function in DecimalFormatImpl
Ddecimfmt.cpp673 DecimalFormat::getFixedDecimal(double number, UErrorCode &status) const { in getFixedDecimal() function in DecimalFormat
691 DecimalFormat::getFixedDecimal(const Formattable &number, UErrorCode &status) const { in getFixedDecimal() function in DecimalFormat
734 DecimalFormat::getFixedDecimal(DigitList &number, UErrorCode &status) const { in getFixedDecimal() function in DecimalFormat
Dplurrule.cpp1388 digits.getFixedDecimal( in FixedDecimal()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DQuantityFormatter.java98 pluralKeyword = rules.select(((DecimalFormat) numberFormat).getFixedDecimal(number)); in selectPlural()
DPluralFormat.java606 dec = ((DecimalFormat) numberFormat).getFixedDecimal(numberMinusOffset); in format()
DCompactDecimalFormat.java413 String pluralVariant = getPluralForm(getFixedDecimal(number, toDigitList(number))); in toAmount()
DDecimalFormat.java1268 return subformat(currencyPluralInfo.select(getFixedDecimal(number)), in subformat()
1279 /*package*/ FixedDecimal getFixedDecimal(double number) { in getFixedDecimal() method in DecimalFormat
1281 return getFixedDecimal(number, digitList); in getFixedDecimal()
1284 FixedDecimal getFixedDecimal(double number, DigitList dl) { in getFixedDecimal() method in DecimalFormat
1327 return subformat(currencyPluralInfo.select(getFixedDecimal(number)), in subformat()
DMessageFormat.java2067 FixedDecimal dec = ((DecimalFormat)context.formatter).getFixedDecimal(number); in select()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantityFormatter.java97 pluralKeyword = rules.select(((DecimalFormat) numberFormat).getFixedDecimal(number)); in selectPlural()
DPluralFormat.java623 dec = ((DecimalFormat) numberFormat).getFixedDecimal(numberMinusOffset); in format()
DCompactDecimalFormat.java426 String pluralVariant = getPluralForm(getFixedDecimal(number, toDigitList(number))); in toAmount()
DDecimalFormat.java1280 return subformat(currencyPluralInfo.select(getFixedDecimal(number)), in subformat()
1291 /*package*/ FixedDecimal getFixedDecimal(double number) { in getFixedDecimal() method in DecimalFormat
1293 return getFixedDecimal(number, digitList); in getFixedDecimal()
1296 FixedDecimal getFixedDecimal(double number, DigitList dl) { in getFixedDecimal() method in DecimalFormat
1339 return subformat(currencyPluralInfo.select(getFixedDecimal(number)), in subformat()
DMessageFormat.java2111 FixedDecimal dec = ((DecimalFormat)context.formatter).getFixedDecimal(number); in select()