HomeSort by relevance Sort by last modified time
    Searched refs:DigitList (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
fmtableimp.h 16 DigitList stackDecimalNum; // 128
digitlst.h 56 // is used as a data member of DigitList.
78 * The original DigitList API has been retained, to minimize the impact of
85 * Original DigitList comments:
89 * non-negative numbers. The division of labor between DigitList and
90 * DecimalFormat is that DigitList handles the radix 10 representation
94 * A DigitList is really a representation of a floating point value.
98 * The DigitList representation consists of a string of characters,
100 * 10 exponent associated with it. The value represented by a DigitList
107 * DigitList vs. decimalNumber:
109 * DigitList stores digits with the most significant first
    [all...]
digitlst.cpp 44 // class DigitList
66 DigitList::DigitList()
81 DigitList::~DigitList()
88 DigitList::DigitList(const DigitList &other)
98 DigitList&
99 DigitList::operator=(const DigitList& other
    [all...]
decimalformatpattern.h 58 DigitList fRoundingIncrement;
fmtable.cpp 259 fDecimalNum = new DigitList(*source.fDecimalNum); // TODO: use internal digit list
362 fDecimalNum->~DigitList(); // destruct, don't deallocate
718 fDecimalNum = new DigitList; // TODO: use internal digit list
752 DigitList *
757 fDecimalNum = new (&(stackData->stackDecimalNum), kOnStack) DigitList();
766 Formattable::adoptDigitList(DigitList *dl) {
806 DigitList *dnum = new DigitList(); // TODO: use getInternalDigitList
decimfmt.cpp 14 * 03/31/97 aliu Moved isLONG_MIN to DigitList, and fixed it.
20 * 04/16/97 aliu Rewrote to use DigitList, which has been resurrected.
    [all...]
compactdecimalformat.cpp 247 DigitList orig, rounded;
312 const DigitList& /* number */,
321 CompactDecimalFormat::format(const DigitList& /* number */,
nfsubs.cpp     [all...]
numfmt.cpp 439 // Subclasses do not normally override this function, but rather the DigitList
444 // DecimalFormat::format(DigitList
446 // Or, for subclasses of Formattable that do not know about DigitList,
449 // NumberFormat::format(DigitList ->
525 UnicodeString& NumberFormat::format(const DigitList &number,
529 // DecimalFormat overrides this function, and handles DigitList based big decimals.
543 NumberFormat::format(const DigitList &number,
547 // DecimalFormat overrides this function, and handles DigitList based big decimals.
580 // Decimal Number. We will have a DigitList available if the value was
583 // The default implementation for formatting a DigitList converts i
    [all...]
decimalformatpattern.cpp 198 DigitList roundingInc;
plurrule.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 56 // is used as a data member of DigitList.
74 * The original DigitList API has been retained, to minimize the impact of
81 * Original DigitList comments:
85 * non-negative numbers. The division of labor between DigitList and
86 * DecimalFormat is that DigitList handles the radix 10 representation
90 * A DigitList is really a representation of a floating point value.
94 * The DigitList representation consists of a string of characters,
96 * 10 exponent associated with it. The value represented by a DigitList
103 * DigitList vs. decimalNumber:
105 * DigitList stores digits with the most significant first
    [all...]
digitlst.cpp 43 // class DigitList
78 DigitList::DigitList()
94 DigitList::~DigitList()
101 DigitList::DigitList(const DigitList &other)
111 DigitList&
112 DigitList::operator=(const DigitList& other
    [all...]
fmtable.cpp 258 fDecimalNum = new DigitList(*source.fDecimalNum);
687 fDecimalNum = new DigitList;
724 Formattable::adoptDigitList(DigitList *dl) {
757 DigitList *dnum = new DigitList();
decimfmt.cpp 14 * 03/31/97 aliu Moved isLONG_MIN to DigitList, and fixed it.
20 * 04/16/97 aliu Rewrote to use DigitList, which has been resurrected.
    [all...]
nfsubs.cpp     [all...]
numfmt.cpp 335 // Subclasses do not normally override this function, but rather the DigitList
340 // DecimalFormat::format(DigitList
342 // Or, for subclasses of Formattable that do not know about DigitList,
345 // NumberFormat::format(DigitList ->
410 UnicodeString& NumberFormat::format(const DigitList &number,
414 // DecimalFormat overrides this function, and handles DigitList based big decimals.
428 NumberFormat::format(const DigitList &number,
432 // DecimalFormat overrides this function, and handles DigitList based big decimals.
455 // Decimal Number. We will have a DigitList available if the value was
458 // The default implementation for formatting a DigitList converts i
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 34 class DigitList;
652 * needs to get at the DigitList, if it exists, for
656 DigitList *getDigitList() const { return fDecimalNum;}
661 DigitList *getInternalDigitList();
664 * Adopt, and set value from, a DigitList
669 void adoptDigitList(DigitList *dl);
709 DigitList *fDecimalNum;
711 char fStackData[UNUM_INTERNAL_STACKARRAY_SIZE]; // must be big enough for DigitList
compactdecimalformat.h 200 * The number is a DigitList wrapper onto a floating point decimal number.
204 * @param number The number, a DigitList format Decimal Floating Point.
213 virtual UnicodeString& format(const DigitList &number,
220 * The number is a DigitList wrapper onto a floating point decimal number.
224 * @param number The number, a DigitList format Decimal Floating Point.
233 virtual UnicodeString& format(const DigitList &number,
decimfmt.h 54 class DigitList;
    [all...]
numfmt.h 531 * The number is a DigitList wrapper onto a floating point decimal number.
537 * @param number The number, a DigitList format Decimal Floating Point.
546 virtual UnicodeString& format(const DigitList &number,
553 * The number is a DigitList wrapper onto a floating point decimal number.
559 * @param number The number, a DigitList format Decimal Floating Point.
568 virtual UnicodeString& format(const DigitList &number,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 32 class DigitList;
599 * needs to get at the DigitList, if it exists, for
603 DigitList *getDigitList() const { return fDecimalNum;};
606 * Adopt, and set value from, a DigitList
611 void adoptDigitList(DigitList *dl);
640 DigitList *fDecimalNum;
decimfmt.h 45 class DigitList;
    [all...]
numfmt.h 477 * The number is a DigitList wrapper onto a floating point decimal number.
483 * @param number The number, a DigitList format Decimal Floating Point.
492 virtual UnicodeString& format(const DigitList &number,
499 * The number is a DigitList wrapper onto a floating point decimal number.
505 * @param number The number, a DigitList format Decimal Floating Point.
514 virtual UnicodeString& format(const DigitList &number,
    [all...]
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 631 // DigitList is a convenient way to parse the decimal number string and get a double.
632 DigitList dl;
    [all...]

Completed in 711 milliseconds

1 2