Home | History | Annotate | Download | only in i18n

Lines Matching defs:newFormat

645       Format* newFormat = NULL;
647 newFormat = newFormats[formatNumber]->clone();
648 if (newFormat == NULL) {
652 setCustomArgStartFormat(partIndex, newFormat, status);
665 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
666 LocalPointer<Format> p(newFormat);
721 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
728 Format* new_format = newFormat.clone();
765 const Format& newFormat,
778 if (&newFormat == NULL) {
781 Format* new_format = newFormat.clone();
1220 Format* newFormat = ((Format*)(cur->value.pointer))->clone();
1221 if (newFormat) {
1222 uhash_iput(cachedFormatters, cur->key.integer, newFormat, &ec);