Lines Matching refs:match
397 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
398 if (match) {
399 return match->nameType;
406 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
407 if (match) {
408 return match->matchLength;
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
417 if (match && match->isTZID) {
418 tzID.setTo(match->id);
427 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
428 if (match && !match->isTZID) {
429 mzID.setTo(match->id);