Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java809 public PhoneMetadata setMainCountryForCode(boolean value) { in setMainCountryForCode() method in Phonemetadata.PhoneMetadata
1139 setMainCountryForCode(objectInput.readBoolean()); in readExternal()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java232 metadata.setMainCountryForCode(true); in loadTerritoryTagMetadata()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js2132 i18n.phonenumbers.PhoneMetadata.prototype.setMainCountryForCode = function(value) { method in i18n.phonenumbers.PhoneMetadata