Searched defs:DigitList (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp72 // class DigitList
94 DigitList::DigitList() function in class:DigitList
109 DigitList::~DigitList()
116 DigitList::DigitList(const DigitList &other) function in class:DigitList
126 DigitList&
127 DigitList
[all...]
H A Ddigitlst.h59 // is used as a data member of DigitList.
81 * The original DigitList API has been retained, to minimize the impact of
88 * Original DigitList comments:
92 * non-negative numbers. The division of labor between DigitList and
93 * DecimalFormat is that DigitList handles the radix 10 representation
97 * A DigitList is really a representation of a floating point value.
101 * The DigitList representation consists of a string of characters,
103 * 10 exponent associated with it. The value represented by a DigitList
110 * DigitList vs. decimalNumber:
112 * DigitList store
129 class U_I18N_API DigitList : public UMemory { // Declare external to make compiler happy class in inherits:UMemory
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDigitList.java15 * <code>DigitList</code> handles the transcoding between numeric values and
17 * division of labor between <code>DigitList</code> and
18 * <code>DecimalFormat</code> is that <code>DigitList</code> handles the radix
24 * <p>A <code>DigitList</code> is a representation of a finite numeric value.
25 * <code>DigitList</code> objects do not represent <code>NaN</code> or infinite
26 * values. A <code>DigitList</code> value can be converted to a
31 * <p>The <code>DigitList</code> representation consists of a string of
34 * <code>DigitList</code> object can be computed by mulitplying the fraction
48 public final class DigitList { class
70 * DigitList i
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDigitList.java14 * <code>DigitList</code> handles the transcoding between numeric values and
16 * division of labor between <code>DigitList</code> and
17 * <code>DecimalFormat</code> is that <code>DigitList</code> handles the radix
23 * <p>A <code>DigitList</code> is a representation of a finite numeric value.
24 * <code>DigitList</code> objects do not represent <code>NaN</code> or infinite
25 * values. A <code>DigitList</code> value can be converted to a
30 * <p>The <code>DigitList</code> representation consists of a string of
33 * <code>DigitList</code> object can be computed by mulitplying the fraction
46 final class DigitList { class
68 * 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 196 milliseconds