Home | History | Annotate | Download | only in i18n

Lines Matching defs:match

786  * ZMatchInfo stores zone name match information used by find method
1358 // perfect match
1642 TZDBNameInfo *match = NULL;
1664 match = defaultRegionMatch = ninfo;
1676 match = ninfo;
1684 if (match == NULL) {
1685 match = ninfo;
1691 if (match != NULL) {
1692 UTimeZoneNameType ntype = match->type;
1705 if (match->ambiguousType
1720 U_ASSERT(match->mzID != NULL);
1721 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status);