Home | History | Annotate | Download | only in i18n

Lines Matching full:newformat

927 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
929 delete newFormat;
932 subformats[n].format = newFormat;
970 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
973 if (&newFormat == NULL) {
977 subformats[n].format = newFormat.clone();
1018 const Format& newFormat,
1028 if (&newFormat == NULL) {
1032 subformats[i].format = newFormat.clone();