fFormatter
U_ICU_NAMESPACE::RelativeDateTimeFormatter* fFormatter;
U_ICU_NAMESPACE::MessageFormat* fFormatter;
U_ICU_NAMESPACE::TimeUnitFormat* fFormatter;
fFormatter(other.fFormatter != NULL
? new RelativeDateTimeFormatter(*other.fFormatter) : NULL),
if ((fFormatter == NULL && other.fFormatter != NULL)
delete fFormatter;
if (fFormatter == NULL)
fFormatter->formatNumeric(delta, unit, unicodeResult, icuStatus);
fFormatter = new RelativeDateTimeFormatter(icuLocale, icuStatus);
if (fFormatter == NULL) {
fFormatter = new RelativeDateTimeFormatter(icuLocale, icuStatus);
if (fFormatter == NULL) {
delete fFormatter;
buffer = fFormatter->format(arguments, 1, buffer, pos, error);
fFormatter = new MessageFormat(pattern, *icuLocale, error);
if (fFormatter == NULL)
delete fFormatter;
fFormatter = NULL;
? new TimeUnitFormat(*other.fFormatter) : NULL)
if (fFormatter == NULL && other.fFormatter != NULL)
delete fFormatter;
if (fFormatter == NULL)
fFormatter->format(formattable, unicodeResult, pos, icuStatus);
fFormatter = NULL;
fFormatter = new TimeUnitFormat(icuLocale, kTimeUnitStyleToICU[style],
if (fFormatter == NULL) {
fFormatter = NULL;
fFormatter = new TimeUnitFormat(icuLocale, kTimeUnitStyleToICU[style],
if (fFormatter == NULL) {
fFormatter(other.fFormatter != NULL