Searched refs:hasCountryCode (Results 1 – 6 of 6) sorted by relevance
44 private boolean hasCountryCode; field in Phonenumber.PhoneNumber46 public boolean hasCountryCode() { return hasCountryCode; } in hasCountryCode() method in Phonenumber.PhoneNumber49 hasCountryCode = true; in setCountryCode()54 hasCountryCode = false; in clearCountryCode()196 if (other.hasCountryCode()) { in mergeFrom()
637 private boolean hasCountryCode; field in Phonemetadata.PhoneMetadata639 public boolean hasCountryCode() { return hasCountryCode; } in hasCountryCode() method in Phonemetadata.PhoneMetadata642 hasCountryCode = true; in setCountryCode()
90 i18n.phonenumbers.PhoneNumber.prototype.hasCountryCode = function() { method in i18n.phonenumbers.PhoneNumber
1608 i18n.phonenumbers.PhoneMetadata.prototype.hasCountryCode = function() { method in i18n.phonenumbers.PhoneMetadata
289 bool hasCountryCode = false;304 hasCountryCode = true;345 if (hasCountryCode) {
318 if (metadata.hasCountryCode()) { in toJsArray()