Lines Matching defs:newFormat
656 Format* newFormat = NULL;
658 newFormat = newFormats[formatNumber]->clone();
659 if (newFormat == NULL) {
663 setCustomArgStartFormat(partIndex, newFormat, status);
676 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
677 LocalPointer<Format> p(newFormat);
732 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
739 Format* new_format = newFormat.clone();
776 const Format& newFormat,
789 if (&newFormat == NULL) {
792 Format* new_format = newFormat.clone();
1341 Format* newFormat = ((Format*)(cur->value.pointer))->clone();
1342 if (newFormat) {
1343 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);