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

  /external/icu4c/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
70 DigitList::DigitList()
85 DigitList::~DigitList()
92 DigitList::DigitList(const DigitList &other)
102 DigitList&
103 DigitList::operator=(const DigitList& other
    [all...]
fmtable.cpp 258 fDecimalNum = new DigitList(*source.fDecimalNum); // TODO: use internal digit list
361 fDecimalNum->~DigitList(); // destruct, don't deallocate
707 fDecimalNum = new DigitList; // TODO: use internal digit list
741 DigitList *
746 fDecimalNum = new (&(stackData->stackDecimalNum), kOnStack) DigitList();
755 Formattable::adoptDigitList(DigitList *dl) {
795 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...]
nfsubs.cpp     [all...]
numfmt.cpp 407 // Subclasses do not normally override this function, but rather the DigitList
412 // DecimalFormat::format(DigitList
414 // Or, for subclasses of Formattable that do not know about DigitList,
417 // NumberFormat::format(DigitList ->
482 UnicodeString& NumberFormat::format(const DigitList &number,
486 // DecimalFormat overrides this function, and handles DigitList based big decimals.
500 NumberFormat::format(const DigitList &number,
504 // DecimalFormat overrides this function, and handles DigitList based big decimals.
527 // Decimal Number. We will have a DigitList available if the value was
530 // The default implementation for formatting a DigitList converts i
    [all...]
  /external/icu4c/i18n/unicode/
fmtable.h 32 class DigitList;
612 * needs to get at the DigitList, if it exists, for
616 DigitList *getDigitList() const { return fDecimalNum;}
621 DigitList *getInternalDigitList();
624 * Adopt, and set value from, a DigitList
629 void adoptDigitList(DigitList *dl);
660 DigitList *fDecimalNum;
662 char fStackData[UNUM_INTERNAL_STACKARRAY_SIZE]; // must be big enough for DigitList
decimfmt.h 53 class DigitList;
    [all...]
numfmt.h 525 * The number is a DigitList wrapper onto a floating point decimal number.
531 * @param number The number, a DigitList format Decimal Floating Point.
540 virtual UnicodeString& format(const DigitList &number,
547 * The number is a DigitList wrapper onto a floating point decimal number.
553 * @param number The number, a DigitList format Decimal Floating Point.
562 virtual UnicodeString& format(const DigitList &number,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 248 icu_2_4::DigitList::operator== 0 0 2 icuuc24d.dll digitlst.cpp Doug
249 icu_2_4::DigitList::append 0 0 4 icuin24d.dll digitlst.h Doug
250 icu_2_4::DigitList::operator!= 0 0 1 icuuc24d.dll digitlst.h Doug
256 // API coverage for DigitList
257 DigitList list1;
260 DigitList list2;
263 errln("digitlist append, operator!= or set failed ");
266 errln("digitlist append, operator== or set failed ");
483 /*static void setFromString(DigitList& dl, const char* str) {
519 // also test digitlist
    [all...]
  /prebuilts/tools/common/m2/internal/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 

Completed in 1482 milliseconds