Home
last modified time | relevance | path

Searched defs:international_prefix (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/resources/
Dphonemetadata.proto182 optional string international_prefix = 11; field
/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc648 const RegExp& international_prefix = regexp_cache_.GetRegExp( in AttemptToExtractIdd() local
Dphonenumberutil.cc1397 const string& international_prefix = in FormatOutOfCountryCallingNumber() local
1663 const string& international_prefix = metadata->international_prefix(); in FormatOutOfCountryKeepingAlphaChars() local
Dphonemetadata.pb.h3613 inline const std::string& PhoneMetadata::international_prefix() const { in international_prefix() function
3664 inline void PhoneMetadata::set_allocated_international_prefix(std::string* international_prefix) { in set_allocated_international_prefix()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc2948 string international_prefix("00[39]"); in TEST_F() local