Searched refs:hasDomesticCarrierCodeFormattingRule (Results 1 – 5 of 5) sorted by relevance
64 if (other.hasDomesticCarrierCodeFormattingRule()) { in mergeFrom()149 private boolean hasDomesticCarrierCodeFormattingRule; field in Phonemetadata.NumberFormat151 public boolean hasDomesticCarrierCodeFormattingRule() { in hasDomesticCarrierCodeFormattingRule() method in Phonemetadata.NumberFormat152 return hasDomesticCarrierCodeFormattingRule; } in hasDomesticCarrierCodeFormattingRule()156 hasDomesticCarrierCodeFormattingRule = true; in setDomesticCarrierCodeFormattingRule()174 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule); in writeExternal()175 if (hasDomesticCarrierCodeFormattingRule) { in writeExternal()
181 && !format.hasDomesticCarrierCodeFormattingRule()) { in getAvailableFormats()
216 if (format.hasDomesticCarrierCodeFormattingRule()) { in toJsArray()
345 !format.hasDomesticCarrierCodeFormattingRule()) {
357 i18n.phonenumbers.NumberFormat.prototype.hasDomesticCarrierCodeFormattingRule = function() { method in i18n.phonenumbers.NumberFormat