Searched defs:ndd_prefix (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc143 string ndd_prefix; local
144 util.GetNddPrefixForRegion(region, true, &ndd_prefix);
148 if (!ndd_prefix.empty() && isdigit(normalized_candidate.at(from_index))) {

Completed in 131 milliseconds