Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java146 private boolean hasCountryCodeSource; field in Phonenumber.PhoneNumber
148 public boolean hasCountryCodeSource() { return hasCountryCodeSource; } in hasCountryCodeSource() method in Phonenumber.PhoneNumber
154 hasCountryCodeSource = true; in setCountryCodeSource()
159 hasCountryCodeSource = false; in clearCountryCodeSource()
214 if (other.hasCountryCodeSource()) { in mergeFrom()
276 if (hasCountryCodeSource()) { in toString()
DPhoneNumberUtil.java1638 if (!number.hasCountryCodeSource()) {
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumber.pb.js396 i18n.phonenumbers.PhoneNumber.prototype.hasCountryCodeSource = function() { method in i18n.phonenumbers.PhoneNumber
Dphonenumberutil_test.js2718 'Should not contain CountryCodeSource.', number.hasCountryCodeSource());
2733 'Should not contain CountryCodeSource.', number.hasCountryCodeSource());
2760 assertFalse(NZ_NUMBER.hasCountryCodeSource());
Dphonenumberutil.js2200 if (!number.hasCountryCodeSource()) {
/third_party/libphonenumber/resources/
Dphonenumber.proto91 // created using parse, not parseAndKeepRawInput. hasCountryCodeSource will
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2046 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()