Home | History | Annotate | Download | only in i18n

Lines Matching refs:fGMTFormatters

168     if (fGMTFormatters) {
170 if (fGMTFormatters[i]) {
171 delete fGMTFormatters[i];
174 uprv_free(fGMTFormatters);
194 fGMTFormatters(NULL),
209 fGMTFormatters(NULL),
228 fGMTFormatters(NULL),
249 fGMTFormatters(NULL),
270 fGMTFormatters(NULL),
294 fGMTFormatters(NULL),
315 fGMTFormatters(NULL),
337 fGMTFormatters(NULL),
359 fGMTFormatters(NULL),
392 fGMTFormatters(NULL),
945 fGMTFormatters[type]->format(&param, 1, appendTo, fpos, status);
970 fGMTFormatters[kGMTNegativeHMS]->parseObject(text, parsed, pos);
984 fGMTFormatters[kGMTPositiveHMS]->parseObject(text, parsed, pos);
998 fGMTFormatters[kGMTNegativeHM]->parseObject(text, parsed, pos);
1011 fGMTFormatters[kGMTPositiveHM]->parseObject(text, parsed, pos);
1228 if (fGMTFormatters == NULL) {
1229 fGMTFormatters = (MessageFormat**)uprv_malloc(kNumGMTFormatters * sizeof(MessageFormat*));
1230 if (fGMTFormatters) {
1247 fGMTFormatters[i] = new MessageFormat(fSymbols->fGmtFormat, status);
1255 fGMTFormatters[i]->adoptFormat(0, sdf);
1264 fGMTFormatters[i]->format(&tmpParam, 1, tmp, fpos, status);