Lines Matching defs:group
132 // Check each group of consecutive digits are not broken into separate
171 // extension to match the last group of the subscriber number. Note the
335 // Note that the bracket here is inside the capturing group, since we
592 string group;
593 while ((*regex)->FindAndConsume(candidate_input.get(), &group) &&
596 candidate_input->ToString().length() - group.length());
598 // We should handle any group before this one too.
608 phone_util_.TrimUnwantedEndChars(&group);
609 bool success = ParseAndVerify(group, offset + group_start_index, match);
809 // that it wasn't just the first-group symbol ($1) with punctuation.
849 // Set this to the last group, skipping it if the number has an extension.
865 // Starting from the end, go through in reverse, excluding the first group,
877 // Now check the first group. There may be a national prefix at the start, so
878 // we only check that the candidate group ends with the formatted number
879 // group.