Lines Matching refs:find
130 from_index = normalized_candidate.find(country_code) + country_code.size();
137 from_index = normalized_candidate.find(formatted_number_groups.at(i),
174 .find(number.extension()) != string::npos;
394 calling_code_to_alternate_formats_map_.find(country_calling_code);
642 // If that failed, try to find an "inner match" - there might be a phone
670 // Check the state and find the next match as a side-effect if necessary.
760 size_t end_index = rfc3966_format.find(';');
765 size_t start_index = rfc3966_format.find('-') + 1;
854 // We use find and not equals, since the national significant number may be
861 candidate_groups.at(candidate_number_group_index).find(
890 size_t first_slash_in_body = candidate.find('/');
896 size_t second_slash_in_body = candidate.find('/', first_slash_in_body + 1);
911 return candidate.find('/', second_slash_in_body + 1) != string::npos;