Searched refs:candidate_groups (Results 1 – 1 of 1) sorted by relevance
784 vector<string> candidate_groups; in AllNumberGroupsAreExactlyPresent() local789 candidate_groups.push_back(digit_block); in AllNumberGroupsAreExactlyPresent()794 phone_number.has_extension() ? candidate_groups.size() - 2 in AllNumberGroupsAreExactlyPresent()795 : candidate_groups.size() - 1; in AllNumberGroupsAreExactlyPresent()803 if (candidate_groups.size() == 1 || in AllNumberGroupsAreExactlyPresent()804 candidate_groups.at(candidate_number_group_index).find( in AllNumberGroupsAreExactlyPresent()815 if (candidate_groups.at(candidate_number_group_index) != in AllNumberGroupsAreExactlyPresent()824 HasSuffixString(candidate_groups.at(candidate_number_group_index), in AllNumberGroupsAreExactlyPresent()