Lines Matching refs:newFormat
661 Format* newFormat = nullptr;
663 newFormat = newFormats[formatNumber]->clone();
664 if (newFormat == nullptr) {
668 setCustomArgStartFormat(partIndex, newFormat, status);
681 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
682 LocalPointer<Format> p(newFormat);
737 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
744 Format* new_format = newFormat.clone();
781 const Format& newFormat,
794 Format* new_format = newFormat.clone();
1349 Format* newFormat = ((Format*)(cur->value.pointer))->clone();
1350 if (newFormat) {
1351 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);