Searched refs:mobile_token (Results 1 – 3 of 3) sorted by relevance
2661 string mobile_token; in GetLengthOfNationalDestinationCode() local2662 GetCountryMobileToken(number.country_code(), &mobile_token); in GetLengthOfNationalDestinationCode()2663 if (!mobile_token.empty()) { in GetLengthOfNationalDestinationCode()2664 return static_cast<int>(third_group.size() + mobile_token.size()); in GetLengthOfNationalDestinationCode()2671 string* mobile_token) const { in GetCountryMobileToken()2672 DCHECK(mobile_token); in GetCountryMobileToken()2676 *mobile_token = it->second; in GetCountryMobileToken()2678 mobile_token->assign(""); in GetCountryMobileToken()
331 string* mobile_token) const;
1557 string mobile_token; in TEST_F() local1560 phone_util_.GetCountryMobileToken(country_calling_code, &mobile_token); in TEST_F()1561 EXPECT_EQ("9", mobile_token); in TEST_F()1565 phone_util_.GetCountryMobileToken(country_calling_code, &mobile_token); in TEST_F()1566 EXPECT_EQ("", mobile_token); in TEST_F()