Lines Matching refs:TZGNCore
274 class TZGNCore : public UMemory { class
276 TZGNCore(const Locale& locale, UErrorCode& status);
277 virtual ~TZGNCore();
334 TZGNCore::TZGNCore(const Locale& locale, UErrorCode& status) in TZGNCore() function in TZGNCore
346 TZGNCore::~TZGNCore() { in ~TZGNCore()
351 TZGNCore::initialize(const Locale& locale, UErrorCode& status) { in initialize()
441 TZGNCore::cleanup() { in cleanup()
455 TZGNCore::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeStri… in getDisplayName()
483 TZGNCore::getGenericLocationName(const UnicodeString& tzCanonicalID, UnicodeString& name) const { in getGenericLocationName()
490 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName()
510 TZGNCore::getGenericLocationName(const UnicodeString& tzCanonicalID) { in getGenericLocationName()
594 TZGNCore::formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate dat… in formatGenericNonLocationName()
736 TZGNCore::getPartialLocationName(const UnicodeString& tzCanonicalID, in getPartialLocationName()
745 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName()
764 TZGNCore::getPartialLocationName(const UnicodeString& tzCanonicalID, in getPartialLocationName()
846 TZGNCore::loadStrings(const UnicodeString& tzCanonicalID) { in loadStrings()
887 TZGNCore::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch()
1008 TZGNCore::findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) c… in findLocal()
1011 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal()
1093 TZGNCore::findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& s… in findTimeZoneNames()
1112 TZGNCore* obj;
1155 delete (icu::TZGNCore*) entry->obj; in deleteTZGNCoreRef()
1226 TZGNCore *tzgnCore = NULL; in createInstance()
1229 tzgnCore = new TZGNCore(locale, status); in createInstance()