Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java64 if (other.hasDomesticCarrierCodeFormattingRule()) { in mergeFrom()
147 private boolean hasDomesticCarrierCodeFormattingRule; field in Phonemetadata.NumberFormat
149 public boolean hasDomesticCarrierCodeFormattingRule() { in hasDomesticCarrierCodeFormattingRule() method in Phonemetadata.NumberFormat
150 return hasDomesticCarrierCodeFormattingRule; } in hasDomesticCarrierCodeFormattingRule()
154 hasDomesticCarrierCodeFormattingRule = true; in setDomesticCarrierCodeFormattingRule()
172 objectOutput.writeBoolean(hasDomesticCarrierCodeFormattingRule); in writeExternal()
173 if (hasDomesticCarrierCodeFormattingRule) { in writeExternal()