Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchInfo

324 struct MatchInfo : UMemory {
330 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
346 delete static_cast<MatchInfo *>(obj);
369 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
370 if (matchInfo == NULL) {
374 matches(status)->addElement(matchInfo, status);
376 delete matchInfo;
386 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
387 if (matchInfo == NULL) {
391 matches(status)->addElement(matchInfo, status);
393 delete matchInfo;
407 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
437 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);