Searched refs:TimeZoneGenericNameMatchInfo (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dtzgnames.h45 class TimeZoneGenericNameMatchInfo : public UMemory { class in inherits:UMemory
47 TimeZoneGenericNameMatchInfo(UVector* matches);
48 ~TimeZoneGenericNameMatchInfo();
108 TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
H A Dtzgnames.cpp123 TimeZoneGenericNameMatchInfo::TimeZoneGenericNameMatchInfo(UVector* matches) function in class:TimeZoneGenericNameMatchInfo
127 TimeZoneGenericNameMatchInfo::~TimeZoneGenericNameMatchInfo() {
134 TimeZoneGenericNameMatchInfo::size() const {
142 TimeZoneGenericNameMatchInfo::getGenericNameType(int32_t index) const {
151 TimeZoneGenericNameMatchInfo::getMatchLength(int32_t index) const {
160 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const {
926 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status);
955 TimeZoneGenericNameMatchInfo*
[all...]
/external/icu4c/common/unicode/
H A Durename.h2203 #define TimeZoneGenericNameMatchInfo U_ICU_ENTRY_POINT_RENAME(TimeZoneGenericNameMatchInfo) macro

Completed in 46 milliseconds