Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
DBuildMetadataFromXmlTest.java132 assertTrue(phoneMetadata.getMainCountryForCode()); in testLoadTerritoryTagMetadata()
142 assertFalse(phoneMetadata.getMainCountryForCode()); in testLoadTerritoryTagMetadataSetsBooleanFieldsToFalseByDefault()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java148 if (metadata.getMainCountryForCode()) { in buildCountryCodeToRegionCodeMap()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java808 public boolean getMainCountryForCode() { return mainCountryForCode_; } in getMainCountryForCode() method in Phonemetadata.PhoneMetadata
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js2114 i18n.phonenumbers.PhoneMetadata.prototype.getMainCountryForCode = function() { method in i18n.phonenumbers.PhoneMetadata