Searched refs:DigitList (Results 26 - 37 of 37) sorted by relevance

12

/external/icu/icu4c/source/i18n/
H A Dvisibledigits.cpp118 return DigitList::decimalStrToDouble(str, &unused);
H A Dcompactdecimalformat.cpp266 DigitList orig, rounded;
366 const DigitList& /* number */,
375 CompactDecimalFormat::format(const DigitList& /* number */,
H A Dnfsubs.cpp1058 DigitList dl;
1130 DigitList dl;
H A Dnumfmt.cpp441 // Subclasses do not normally override this function, but rather the DigitList
446 // DecimalFormat::format(DigitList
448 // Or, for subclasses of Formattable that do not know about DigitList,
451 // NumberFormat::format(DigitList ->
527 UnicodeString& NumberFormat::format(const DigitList &number,
531 // DecimalFormat overrides this function, and handles DigitList based big decimals.
545 NumberFormat::format(const DigitList &number,
549 // DecimalFormat overrides this function, and handles DigitList based big decimals.
582 // Decimal Number. We will have a DigitList available if the value was
585 // The default implementation for formatting a DigitList convert
[all...]
H A Ddecimalformatpattern.cpp185 DigitList roundingInc;
H A Dplurrule.cpp1433 DigitList dl;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFSubstitution.java1187 DigitList dl = new DigitList();
1267 DigitList dl = new DigitList();
H A DDecimalFormat.java911 // ROUND_HALF_EVEN behavior of DigitList. For example, if number = 0.003016 and roundingMode =
962 DigitList toDigitList(double number) {
963 DigitList result = new DigitList();
1296 FixedDecimal getFixedDecimal(double number, DigitList dl) {
1383 // NOTE: This isn't required anymore because DigitList takes care of this.
1389 // recognize this here and set // the DigitList representation to zero in this
2107 DigitList tmpDigitList = new DigitList();
2132 tmpDigitList = new DigitList();
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h529 * The number is a DigitList wrapper onto a floating point decimal number.
535 * @param number The number, a DigitList format Decimal Floating Point.
544 virtual UnicodeString& format(const DigitList &number,
551 * The number is a DigitList wrapper onto a floating point decimal number.
557 * @param number The number, a DigitList format Decimal Floating Point.
566 virtual UnicodeString& format(const DigitList &number,
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java906 // ROUND_HALF_EVEN behavior of DigitList. For example, if number = 0.003016 and roundingMode =
957 DigitList toDigitList(double number) {
958 DigitList result = new DigitList();
1284 FixedDecimal getFixedDecimal(double number, DigitList dl) {
1371 // NOTE: This isn't required anymore because DigitList takes care of this.
1377 // recognize this here and set // the DigitList representation to zero in this
2093 DigitList tmpDigitList = new DigitList();
2118 tmpDigitList = new DigitList();
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp62 static DigitList &strToDigitList(
64 DigitList &digitList,
89 const DigitList &digitList,
288 DigitList digitList;
402 DigitList expected;
449 DigitList expected;
706 icu_2_4::DigitList::operator== 0 0 2 icuuc24d.dll digitlst.cpp Doug
707 icu_2_4::DigitList::append 0 0 4 icuin24d.dll digitlst.h Doug
708 icu_2_4::DigitList::operator!= 0 0 1 icuuc24d.dll digitlst.h Doug
714 // API coverage for DigitList
[all...]
H A Dplurults.cpp635 // DigitList is a convenient way to parse the decimal number string and get a double.
636 DigitList dl;

Completed in 275 milliseconds

12