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

  /external/icu4c/i18n/unicode/
fmtable.h 603 DigitList *getDigitList() const { return fDecimalNum;};
  /external/icu4c/i18n/
numfmt.cpp 454 if (n->isNumeric() && n->getDigitList() != NULL) {
463 format(*n->getDigitList(), appendTo, pos, status);
499 if (n->isNumeric() && n->getDigitList() != NULL) {
501 format(*n->getDigitList(), appendTo, posIter, status);
    [all...]

Completed in 214 milliseconds