Lines Matching defs:match
417 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
418 if (match) {
419 return match->nameType;
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
427 if (match) {
428 return match->matchLength;
436 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
437 if (match && match->isTZID) {
438 tzID.setTo(match->id);
447 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
448 if (match && !match->isTZID) {
449 mzID.setTo(match->id);