Searched refs:hasCountryCodeSource (Results 1 – 7 of 7) sorted by relevance
146 private boolean hasCountryCodeSource; field in Phonenumber.PhoneNumber148 public boolean hasCountryCodeSource() { return hasCountryCodeSource; } in hasCountryCodeSource() method in Phonenumber.PhoneNumber154 hasCountryCodeSource = true; in setCountryCodeSource()159 hasCountryCodeSource = false; in clearCountryCodeSource()214 if (other.hasCountryCodeSource()) { in mergeFrom()276 if (hasCountryCodeSource()) { in toString()
1638 if (!number.hasCountryCodeSource()) {
396 i18n.phonenumbers.PhoneNumber.prototype.hasCountryCodeSource = function() { method in i18n.phonenumbers.PhoneNumber
2718 'Should not contain CountryCodeSource.', number.hasCountryCodeSource());2733 'Should not contain CountryCodeSource.', number.hasCountryCodeSource());2760 assertFalse(NZ_NUMBER.hasCountryCodeSource());
2200 if (!number.hasCountryCodeSource()) {
91 // created using parse, not parseAndKeepRawInput. hasCountryCodeSource will
2046 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()2058 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()2081 assertFalse(NZ_NUMBER.hasCountryCodeSource()); in testParseNationalNumber()