Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc1363 string raw_input_copy(number.raw_input()); in FormatOutOfCountryKeepingAlphaChars() local
1366 &raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1375 raw_input_copy.find(national_number.substr(0, 3)); in FormatOutOfCountryKeepingAlphaChars()
1377 raw_input_copy = raw_input_copy.substr(first_national_number_digit); in FormatOutOfCountryKeepingAlphaChars()
1383 StrAppend(formatted_number, country_code, " ", raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1393 formatted_number->assign(raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1410 FormatNsnUsingPattern(raw_input_copy, new_format, NATIONAL, in FormatOutOfCountryKeepingAlphaChars()
1428 country_code, " ", raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1436 formatted_number->assign(raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
Dphonenumbermatcher.cc765 string raw_input_copy(number.raw_input()); in IsNationalPrefixPresentIfRequired() local
768 phone_util_.NormalizeDigitsOnly(&raw_input_copy); in IsNationalPrefixPresentIfRequired()
771 &raw_input_copy, in IsNationalPrefixPresentIfRequired()