Lines Matching defs:calling_from
1284 const string& calling_from,
1302 if (calling_from == region_code) {
1327 const PhoneMetadata* region_metadata = GetMetadataForRegion(calling_from);
1385 const string& calling_from,
1388 if (!IsValidRegionCode(calling_from)) {
1389 VLOG(1) << "Trying to format number from invalid region " << calling_from
1402 if (IsNANPACountry(calling_from)) {
1409 } else if (country_code == GetCountryCodeForValidRegion(calling_from)) {
1427 GetMetadataForRegion(calling_from);
1622 const string& calling_from,
1627 FormatOutOfCountryCallingNumber(number, calling_from, formatted_number);
1654 const PhoneMetadata* metadata = GetMetadataForRegion(calling_from);
1656 if (IsNANPACountry(calling_from)) {
1661 country_code == GetCountryCodeForValidRegion(calling_from)) {
1707 if (!IsValidRegionCode(calling_from)) {
1708 VLOG(1) << "Trying to format number from invalid region " << calling_from