Searched defs:calling_from (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc1027 const string& calling_from,
1043 if (calling_from == region_code) {
1113 const string& calling_from,
1116 if (!IsValidRegionCode(calling_from)) {
1118 << calling_from
1131 if (IsNANPACountry(calling_from)) {
1138 } else if (country_code == GetCountryCodeForValidRegion(calling_from)) {
1156 GetMetadataForRegion(calling_from);
1348 const string& calling_from,
1353 FormatOutOfCountryCallingNumber(number, calling_from, formatted_numbe
1025 FormatNumberForMobileDialing( const PhoneNumber& number, const string& calling_from, bool with_formatting, string* formatted_number) const argument
1111 FormatOutOfCountryCallingNumber( const PhoneNumber& number, const string& calling_from, string* formatted_number) const argument
1346 FormatOutOfCountryKeepingAlphaChars( const PhoneNumber& number, const string& calling_from, string* formatted_number) const argument
[all...]

Completed in 161 milliseconds