Lines Matching refs:TZGNCore
277 class TZGNCore : public UMemory { class
279 TZGNCore(const Locale& locale, UErrorCode& status);
280 virtual ~TZGNCore();
337 TZGNCore::TZGNCore(const Locale& locale, UErrorCode& status) in TZGNCore() function in TZGNCore
349 TZGNCore::~TZGNCore() { in ~TZGNCore()
354 TZGNCore::initialize(const Locale& locale, UErrorCode& status) { in initialize()
444 TZGNCore::cleanup() { in cleanup()
458 TZGNCore::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeStri… in getDisplayName()
486 TZGNCore::getGenericLocationName(const UnicodeString& tzCanonicalID, UnicodeString& name) const { in getGenericLocationName()
493 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName()
513 TZGNCore::getGenericLocationName(const UnicodeString& tzCanonicalID) { in getGenericLocationName()
597 TZGNCore::formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate dat… in formatGenericNonLocationName()
739 TZGNCore::getPartialLocationName(const UnicodeString& tzCanonicalID, in getPartialLocationName()
748 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName()
767 TZGNCore::getPartialLocationName(const UnicodeString& tzCanonicalID, in getPartialLocationName()
849 TZGNCore::loadStrings(const UnicodeString& tzCanonicalID) { in loadStrings()
890 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch()
1011 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) c… in findLocal()
1014 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal()
1096 TZGNCore::findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& s… in findTimeZoneNames()
1115 TZGNCore* obj;
1158 delete (icu::TZGNCore*) entry->obj; in deleteTZGNCoreRef()
1229 TZGNCore *tzgnCore = NULL; in createInstance()
1232 tzgnCore = new TZGNCore(locale, status); in createInstance()