Home | History | Annotate | Download | only in i18n

Lines Matching full:numberformat

447                                : pos(_pos), ruleSet(NULL), numberFormat(NULL)
488 this->numberFormat = new DecimalFormat(workingDescription, *sym, status);
490 if (this->numberFormat == 0) {
495 delete (DecimalFormat*)this->numberFormat;
496 this->numberFormat = NULL;
499 // this->numberFormat->setDecimalFormatSymbols(formatter->getDecimalFormatSymbols());
510 this->numberFormat = NULL;
522 delete (NumberFormat*)numberFormat; numberFormat = NULL;
559 && (numberFormat == NULL
560 ? (rhs.numberFormat == NULL)
561 : (*numberFormat == *rhs.numberFormat));
583 } else if (numberFormat != NULL) {
584 numberFormat->toPattern(temp);
612 } else if (numberFormat != NULL) {
618 if (numberFormat->getMaximumFractionDigits() == 0) {
623 numberFormat->format(numberToFormat, temp);
655 } else if (numberFormat != NULL) {
657 numberFormat->format(numberToFormat, temp);
690 * numerals using a default-costructed NumberFormat. If false,
725 // constructed NumberFormat
730 NumberFormat* fmt = NumberFormat::createInstance(status);
738 } else if (numberFormat != NULL) {
739 numberFormat->parse(text, result, parsePosition);
1164 NumberFormat* fmt = NULL;
1178 fmt = NumberFormat::createInstance(status);