Home | History | Annotate | Download | only in i18n

Lines Matching refs:fTimeZoneNames

289     const TimeZoneNames* fTimeZoneNames;
336 fTimeZoneNames(NULL),
357 fTimeZoneNames = TimeZoneNames::createInstance(locale, status);
442 if (fTimeZoneNames != NULL) {
443 delete fTimeZoneNames;
555 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city);
604 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
613 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
677 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName);
688 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
697 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
704 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
788 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
794 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location);
797 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location);
858 StringEnumeration *mzIDs = fTimeZoneNames->getAvailableMetaZoneIDs(tzCanonicalID, status);
866 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
869 fTimeZoneNames->getMetaZoneDisplayName(*mzID, genNonLocTypes[i], mzGenName);
914 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);
1102 return fTimeZoneNames->find(text, start, nameTypes, status);