HomeSort by relevance Sort by last modified time
    Searched full:normalized_candidate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 123 const string& normalized_candidate,
127 // groupings in the normalized_candidate string.
129 // Fails if the substring of normalized_candidate starting from from_index
131 from_index = normalized_candidate.find(formatted_number_groups.at(i),
138 if (i == 0 && from_index < normalized_candidate.length()) {
140 // normalized_candidate might contain non-ASCII formatting characters,
142 if (isdigit(normalized_candidate.at(from_index))) {
149 return HasPrefixString(normalized_candidate.substr(
158 return normalized_candidate.substr(from_index)
658 string normalized_candidate local
    [all...]
phonenumbermatcher.h 146 const string& normalized_candidate,

Completed in 505 milliseconds