Home
last modified time | relevance | path

Searched refs:first_national_number_digit (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1617 size_t first_national_number_digit = in FormatOutOfCountryKeepingAlphaChars() local
1619 if (first_national_number_digit != string::npos) { in FormatOutOfCountryKeepingAlphaChars()
1620 raw_input_copy = raw_input_copy.substr(first_national_number_digit); in FormatOutOfCountryKeepingAlphaChars()