Searched refs:getDigitList (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | numfmt.cpp | 552 if (n->isNumeric() && n->getDigitList() != NULL) { in format() 561 format(*n->getDigitList(), appendTo, pos, status); in format() 607 if (n->isNumeric() && n->getDigitList() != NULL) { in format() 609 format(*n->getDigitList(), appendTo, posIter, status); in format()
|
D | decimfmt.cpp | 1069 DigitList *dl = number.getDigitList(); in getFixedDecimal()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | fmtable.h | 656 DigitList *getDigitList() const { return fDecimalNum;} in getDigitList() function
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 656 DigitList *getDigitList() const { return fDecimalNum;} in getDigitList() function
|
/external/icu/icu4c/source/i18n/ |
D | numfmt.cpp | 579 if (n->isNumeric() && n->getDigitList() != NULL) { in format() 588 format(*n->getDigitList(), appendTo, pos, status); in format() 634 if (n->isNumeric() && n->getDigitList() != NULL) { in format() 636 format(*n->getDigitList(), appendTo, posIter, status); in format()
|
D | decimfmt.cpp | 1151 DigitList *dl = number.getDigitList();
|