Searched refs:global_network_calling_codes (Results 1 – 1 of 1) sorted by relevance
2035 std::set<int> global_network_calling_codes; in GetExampleNumberForType() local2036 GetSupportedGlobalNetworkCallingCodes(&global_network_calling_codes); in GetExampleNumberForType()2037 for (std::set<int>::const_iterator it = global_network_calling_codes.begin(); in GetExampleNumberForType()2038 it != global_network_calling_codes.end(); ++it) { in GetExampleNumberForType()