Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java45 private int countryCode_ = 0; field in Phonenumber.PhoneNumber
47 public int getCountryCode() { return countryCode_; } in getCountryCode()
50 countryCode_ = value; in setCountryCode()
55 countryCode_ = 0; in clearCountryCode()
230 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()
265 outputString.append("Country Code: ").append(countryCode_); in toString()
DPhonemetadata.java638 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
640 public int getCountryCode() { return countryCode_; } in getCountryCode()
643 countryCode_ = value; in setCountryCode()
936 objectOutput.writeInt(countryCode_); in writeExternal()