Lines Matching refs:fTimeZoneNames
286 const TimeZoneNames* fTimeZoneNames; member in TZGNCore
333 fTimeZoneNames(NULL), in TZGNCore()
356 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in initialize()
453 if (fTimeZoneNames != NULL) { in cleanup()
454 delete fTimeZoneNames; in cleanup()
573 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName()
627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
636 fTimeZoneNames->getMetaZoneID(tzID, date, mzID); in formatGenericNonLocationName()
700 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName()
711 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
720 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName); in formatGenericNonLocationName()
727 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID); in formatGenericNonLocationName()
811 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden); in getPartialLocationName()
817 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location); in getPartialLocationName()
820 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, location); in getPartialLocationName()
887 StringEnumeration *mzIDs = fTimeZoneNames->getAvailableMetaZoneIDs(tzCanonicalID, status); in loadStrings()
895 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID); in loadStrings()
898 fTimeZoneNames->getMetaZoneDisplayName(*mzID, genNonLocTypes[i], mzGenName); in loadStrings()
943 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID); in findBestMatch()
1131 return fTimeZoneNames->find(text, start, nameTypes, status); in findTimeZoneNames()