Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc2035 std::set<int> global_network_calling_codes; in GetExampleNumberForType() local
2036 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()