Home | History | Annotate | Download | only in i18n

Lines Matching defs:newFormat

657       Format* newFormat = NULL;
659 newFormat = newFormats[formatNumber]->clone();
660 if (newFormat == NULL) {
664 setCustomArgStartFormat(partIndex, newFormat, status);
677 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
678 LocalPointer<Format> p(newFormat);
733 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
740 Format* new_format = newFormat.clone();
777 const Format& newFormat,
790 Format* new_format = newFormat.clone();
1338 Format* newFormat = ((Format*)(cur->value.pointer))->clone();
1339 if (newFormat) {
1340 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);