Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java612 private boolean hasNoInternationalDialling; field in Phonemetadata.PhoneMetadata
614 public boolean hasNoInternationalDialling() { return hasNoInternationalDialling; } in hasNoInternationalDialling() method in Phonemetadata.PhoneMetadata
620 hasNoInternationalDialling = true; in setNoInternationalDialling()
930 objectOutput.writeBoolean(hasNoInternationalDialling); in writeExternal()
931 if (hasNoInternationalDialling) { in writeExternal()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DMetadataFilter.java174 if (metadata.hasNoInternationalDialling()) { in filterMetadata()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js1506 i18n.phonenumbers.PhoneMetadata.prototype.hasNoInternationalDialling = function() { method in i18n.phonenumbers.PhoneMetadata