Searched refs:DigitList (Results 1 - 16 of 16) sorted by relevance

/external/icu4c/i18n/
H A Ddigitlst.h56 // 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 store
122 class U_I18N_API DigitList : public UMemory { // Declare external to make compiler happy class in inherits:UMemory
[all...]
H A Ddigitlst.cpp47 // class DigitList
70 DigitList::DigitList() function in class:DigitList
86 DigitList::~DigitList()
93 DigitList::DigitList(const DigitList &other) function in class:DigitList
103 DigitList&
104 DigitList
[all...]
H A Dfmtable.cpp256 fDecimalNum = new DigitList(*source.fDecimalNum);
698 fDecimalNum = new DigitList;
735 Formattable::adoptDigitList(DigitList *dl) {
768 DigitList *dnum = new DigitList();
H A Ddecimfmt.cpp14 * 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.
966 DigitList digits;
999 // TODO: let NaNs go through DigitList.
1012 DigitList digits;
1028 DigitList dnum;
1040 DecimalFormat::format(const DigitList &number,
1052 DecimalFormat::format(const DigitList &number,
1064 DecimalFormat::_format(const DigitList &number,
1087 DigitList adjustedNu
[all...]
H A Dnfsubs.cpp1044 DigitList dl;
1116 DigitList dl;
H A Dnumfmt.cpp366 // Subclasses do not normally override this function, but rather the DigitList
371 // DecimalFormat::format(DigitList
373 // Or, for subclasses of Formattable that do not know about DigitList,
376 // NumberFormat::format(DigitList ->
441 UnicodeString& NumberFormat::format(const DigitList &number,
445 // DecimalFormat overrides this function, and handles DigitList based big decimals.
459 NumberFormat::format(const DigitList &number,
463 // DecimalFormat overrides this function, and handles DigitList based big decimals.
486 // Decimal Number. We will have a DigitList available if the value was
489 // The default implementation for formatting a DigitList convert
[all...]
/external/icu4c/i18n/unicode/
H A Dfmtable.h32 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;
H A Ddecimfmt.h45 class DigitList;
962 * The number is a DigitList wrapper onto a floating point decimal number.
966 * @param number The number, a DigitList format Decimal Floating Point.
975 virtual UnicodeString& format(const DigitList &number,
982 * The number is a DigitList wrapper onto a floating point decimal number.
986 * @param number The number, a DigitList format Decimal Floating Point.
995 virtual UnicodeString& format(const DigitList &number,
1938 DigitList& digits,
1960 DigitList& digits, UBool* status,
1970 DigitList
[all...]
H A Dnumfmt.h455 * The number is a DigitList wrapper onto a floating point decimal number.
461 * @param number The number, a DigitList format Decimal Floating Point.
470 virtual UnicodeString& format(const DigitList &number,
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,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1241 #define DigitList DigitList_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1241 #define DigitList DigitList_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1241 #define DigitList DigitList_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1241 #define DigitList DigitList_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1930 #define DigitList U_ICU_ENTRY_POINT_RENAME(DigitList) macro
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp240 icu_2_4::DigitList::operator== 0 0 2 icuuc24d.dll digitlst.cpp Doug
241 icu_2_4::DigitList::append 0 0 4 icuin24d.dll digitlst.h Doug
242 icu_2_4::DigitList::operator!= 0 0 1 icuuc24d.dll digitlst.h Doug
248 // API coverage for DigitList
249 DigitList list1;
252 DigitList list2;
475 /*static void setFromString(DigitList& dl, const char* str) {
519 DigitList dl;
6283 // Check formatting a DigitList. DigitList i
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds