Home
last modified time | relevance | path

Searched refs:IntRegionsPair (Results 1 - 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.h767 typedef std::pair<int, std::list<string>*> IntRegionsPair; typedef in i18n::phonenumbers::PhoneNumberUtil
808 scoped_ptr<std::vector<IntRegionsPair> >
H A Dphonenumberutil.cc861 new std::vector<IntRegionsPair>()), in PhoneNumberUtil()
955 for (std::vector<IntRegionsPair>::const_iterator it = in GetSupportedCallingCodes()
1089 // Create an IntRegionsPair with the country_code passed in, and use it to in HasValidCountryCallingCode()
1091 IntRegionsPair target_pair; in HasValidCountryCallingCode()
1873 // Create a IntRegionsPair with the country_code passed in, and use it to in GetRegionCodesForCountryCallingCode()
1875 IntRegionsPair target_pair; in GetRegionCodesForCountryCallingCode()
1877 typedef std::vector<IntRegionsPair>::const_iterator ConstIterator; in GetRegionCodesForCountryCallingCode()

Completed in 7 milliseconds