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