Home | History | Annotate | Download | only in i18n

Lines Matching defs:fTimeZoneNames

287     const TimeZoneNames* fTimeZoneNames;
334 fTimeZoneNames(NULL),
357 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
460 if (fTimeZoneNames != NULL) {
461 delete fTimeZoneNames;
580 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city);
634 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
642 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
705 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName);
715 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
724 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
730 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
814 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
820 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location);
823 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location);
890 StringEnumeration *mzIDs = fTimeZoneNames->getAvailableMetaZoneIDs(tzCanonicalID, status);
898 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
901 fTimeZoneNames->getMetaZoneDisplayName(*mzID, genNonLocTypes[i], mzGenName);
946 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);
1134 return fTimeZoneNames->find(text, start, nameTypes, status);