Home
last modified time | relevance | path

Searched refs:hasDomesticCarrierCodeFormattingRule (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java64 if (other.hasDomesticCarrierCodeFormattingRule()) { in mergeFrom()
149 private boolean hasDomesticCarrierCodeFormattingRule; field in Phonemetadata.NumberFormat
151 public boolean hasDomesticCarrierCodeFormattingRule() { in hasDomesticCarrierCodeFormattingRule() method in Phonemetadata.NumberFormat
152 return hasDomesticCarrierCodeFormattingRule; } in hasDomesticCarrierCodeFormattingRule()
156 hasDomesticCarrierCodeFormattingRule = true; in setDomesticCarrierCodeFormattingRule()
174 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule); in writeExternal()
175 if (hasDomesticCarrierCodeFormattingRule) { in writeExternal()
DAsYouTypeFormatter.java181 && !format.hasDomesticCarrierCodeFormattingRule()) { in getAvailableFormats()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataJsonFromXml.java216 if (format.hasDomesticCarrierCodeFormattingRule()) { in toJsArray()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dasyoutypeformatter.js345 !format.hasDomesticCarrierCodeFormattingRule()) {
Dphonemetadata.pb.js357 i18n.phonenumbers.NumberFormat.prototype.hasDomesticCarrierCodeFormattingRule = function() { method in i18n.phonenumbers.NumberFormat