Searched defs:normalized_candidate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc120 const string& normalized_candidate,
124 // groupings in the normalized_candidate string.
126 // Fails if the substring of normalized_candidate starting from from_index
128 from_index = normalized_candidate.find(formatted_number_groups.at(i),
135 if (i == 0 && from_index < normalized_candidate.length()) {
145 // Note although normalized_candidate might contain non-ASCII formatting
148 if (!ndd_prefix.empty() && isdigit(normalized_candidate.at(from_index))) {
156 return HasPrefixString(normalized_candidate.substr(
165 return normalized_candidate.substr(from_index)
665 string normalized_candidate local
117 AllNumberGroupsRemainGrouped( const PhoneNumberUtil& util, const PhoneNumber& phone_number, const string& normalized_candidate, const vector<string>& formatted_number_groups) argument
777 AllNumberGroupsAreExactlyPresent( const PhoneNumberUtil& util, const PhoneNumber& phone_number, const string& normalized_candidate, const vector<string>& formatted_number_groups) const argument
[all...]

Completed in 124 milliseconds