Lines Matching defs:match
218 // Helper initialiser method to create the regular-expression pattern to match
416 // is guaranteed not to match the length of any real phone number).
509 // Determines whether the given number is a national number match for the given
656 // will be run as a case-insensitive regexp match. Wide character versions are
740 // number if this was a match.
748 // numbers in text. This will be run as a case-insensitive regexp match. Wide
833 // national pattern (e.g. Argentina) so the $1 group does not match
1682 // we have overridden the pattern to match anything, but that is not the
2488 // number does not match that of the region code.
2534 // avoid checking the validation pattern if they don't match. If they are
2535 // absent, this means they match the general description, which we have
2550 VLOG(4) << "Number type unknown - doesn't match general national number"
2609 VLOG(4) << "Number type unknown - doesn\'t match any specific number type"
2731 // Number is too short, or doesn't match the basic phone number pattern.
2789 // Only strip this if the first digit after the match is not a 0, since
2915 VLOG(4) << "The first digits did not match the national prefix.";
3021 // Set the default prefix to be something that will never match if there is no
3114 // This is not a match.
3159 // One or more of the phone numbers we are trying to match is not a viable
3187 MatchType match = IsNumberMatch(first_number,
3189 if (match == EXACT_MATCH) {
3192 return match;
3203 // One or more of the phone numbers we are trying to match is not a viable