Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1606 string raw_input_copy(number.raw_input()); in FormatOutOfCountryKeepingAlphaChars() local
1609 &raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1618 raw_input_copy.find(national_number.substr(0, 3)); in FormatOutOfCountryKeepingAlphaChars()
1620 raw_input_copy = raw_input_copy.substr(first_national_number_digit); in FormatOutOfCountryKeepingAlphaChars()
1626 StrAppend(formatted_number, country_code, " ", raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1636 formatted_number->assign(raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1653 FormatNsnUsingPattern(raw_input_copy, new_format, NATIONAL, in FormatOutOfCountryKeepingAlphaChars()
1671 country_code, " ", raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
1680 formatted_number->assign(raw_input_copy); in FormatOutOfCountryKeepingAlphaChars()
Dphonenumbermatcher.cc813 string raw_input_copy(number.raw_input()); in IsNationalPrefixPresentIfRequired() local
816 phone_util_.NormalizeDigitsOnly(&raw_input_copy); in IsNationalPrefixPresentIfRequired()
819 &raw_input_copy, in IsNationalPrefixPresentIfRequired()