Home | History | Annotate | Download | only in i18n

Lines Matching refs:MatchInfo

334 struct MatchInfo : UMemory {
340 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
356 delete static_cast<MatchInfo *>(obj);
379 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
380 if (matchInfo == NULL) {
384 matches(status)->addElement(matchInfo, status);
386 delete matchInfo;
396 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
397 if (matchInfo == NULL) {
401 matches(status)->addElement(matchInfo, status);
403 delete matchInfo;
417 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
436 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
447 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);