Home | History | Annotate | Download | only in i18n

Lines Matching defs:MatchInfo

314 struct MatchInfo : UMemory {
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
336 delete static_cast<MatchInfo *>(obj);
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
360 if (matchInfo == NULL) {
364 matches(status)->addElement(matchInfo, status);
366 delete matchInfo;
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
377 if (matchInfo == NULL) {
381 matches(status)->addElement(matchInfo, status);
383 delete matchInfo;
397 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
406 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
427 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);