HomeSort by relevance Sort by last modified time
    Searched defs:DigitList (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/i18n/
digitlst.cpp 72 // class DigitList
94 DigitList::DigitList()
109 DigitList::~DigitList()
116 DigitList::DigitList(const DigitList &other)
126 DigitList&
127 DigitList::operator=(const DigitList& other
    [all...]
digitlst.h 59 // 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 stores digits with the most significant first
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DigitList.java 15 * <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 {
70 * DigitList is normalized, so if it is non-zero, figits[0] is non-zero. W
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DigitList.java 14 * <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 {
68 * DigitList is normalized, so if it is non-zero, figits[0] is non-zero. W
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 119 milliseconds