Home | History | Annotate | Download | only in i18n

Lines Matching refs:fTimeZoneGenericNames

317 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL),
343 // fTimeZoneGenericNames is lazily instantiated
416 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL),
428 delete fTimeZoneGenericNames;
442 delete fTimeZoneGenericNames;
443 fTimeZoneGenericNames = NULL;
451 if (other.fTimeZoneGenericNames) {
453 fTimeZoneGenericNames = other.fTimeZoneGenericNames->clone();
496 // Check fTimeZoneGenericNames. For now,
497 // if fTimeZoneNames is same, fTimeZoneGenericNames should
530 // TODO - We should also update fTimeZoneGenericNames
538 // TODO - We should also update fTimeZoneGenericNames
1387 if (fTimeZoneGenericNames == NULL) {
1389 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status);
1393 return fTimeZoneGenericNames;