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

  /external/chromium/third_party/icu/source/i18n/
digitlst.cpp 40 // class DigitList
68 DigitList::DigitList()
76 DigitList::~DigitList()
83 DigitList::DigitList(const DigitList &other)
92 DigitList&
93 DigitList::operator=(const DigitList& other
    [all...]
digitlst.h 53 * non-negative numbers. The division of labor between DigitList and
54 * DecimalFormat is that DigitList handles the radix 10 representation
58 * A DigitList is really a representation of a floating point value.
62 * The DigitList representation consists of a string of characters,
64 * 10 exponent associated with it. The value represented by a DigitList
69 class DigitList : public UMemory { // Declare external to make compiler happy
71 DigitList();
72 ~DigitList();
75 * @param DigitList The object to be copied.
78 DigitList(const DigitList&); // copy constructo
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 46 // class DigitList
68 DigitList::DigitList()
84 DigitList::~DigitList()
91 DigitList::DigitList(const DigitList &other)
101 DigitList&
102 DigitList::operator=(const DigitList& other
    [all...]
digitlst.h 55 // is used as a data member of DigitList.
73 * The original DigitList API has been retained, to minimize the impact of
80 * Original DigitList comments:
84 * non-negative numbers. The division of labor between DigitList and
85 * DecimalFormat is that DigitList handles the radix 10 representation
89 * A DigitList is really a representation of a floating point value.
93 * The DigitList representation consists of a string of characters,
95 * 10 exponent associated with it. The value represented by a DigitList
102 * DigitList vs. decimalNumber:
104 * DigitList stores digits with the most significant first
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 679 milliseconds