Lines Matching refs:newFormat
660 Format* newFormat = NULL; in setFormats() local
662 newFormat = newFormats[formatNumber]->clone(); in setFormats()
663 if (newFormat == NULL) { in setFormats()
667 setCustomArgStartFormat(partIndex, newFormat, status); in setFormats()
680 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat() argument
681 LocalPointer<Format> p(newFormat); in adoptFormat()
736 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat() argument
743 Format* new_format = newFormat.clone(); in setFormat()
780 const Format& newFormat, in setFormat() argument
793 Format* new_format = newFormat.clone(); in setFormat()
1341 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); in copyObjects() local
1342 if (newFormat) { in copyObjects()
1343 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec); in copyObjects()