Lines Matching refs:newFormats
869 MessageFormat::adoptFormats(Format** newFormats,
871 if (newFormats == NULL || count < 0) {
881 subformats[i].format = newFormats[i];
888 delete newFormats[i];
900 MessageFormat::setFormats(const Format** newFormats,
902 if (newFormats == NULL || count < 0) {
914 subformats[i].format = newFormats[i] ? newFormats[i]->clone() : NULL;