Home
last modified time | relevance | path

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

/dports/devel/py-phonenumbers/phonenumbers-8.4.1/tests/
H A Dphonenumberutiltest.py694 arNumber = PhoneNumber()
695 arNumber.country_code = 54
712 str(arNumber))
716 repr(arNumber))
724 arNumber.preferred_domestic_carrier_code = ""
2078 arNumber.clear()
2079 arNumber.country_code = 54
2089 arNumber.clear()
2090 arNumber.country_code = 54
2095 arNumber.clear()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java763 PhoneNumber arNumber = new PhoneNumber(); in testFormatWithPreferredCarrierCode() local
764 arNumber.setCountryCode(54).setNationalNumber(91234125678L); in testFormatWithPreferredCarrierCode()
771 arNumber.setPreferredDomesticCarrierCode("19"); in testFormatWithPreferredCarrierCode()
779 arNumber.setPreferredDomesticCarrierCode(" "); in testFormatWithPreferredCarrierCode()
784 arNumber.setPreferredDomesticCarrierCode(""); in testFormatWithPreferredCarrierCode()
2239 PhoneNumber arNumber = new PhoneNumber(); in testParseNationalNumberArgentina() local
2244 arNumber.clear(); in testParseNationalNumberArgentina()
2254 arNumber.clear(); in testParseNationalNumberArgentina()
2255 arNumber.setCountryCode(54).setNationalNumber(3715654321L); in testParseNationalNumberArgentina()
2259 arNumber.clear(); in testParseNationalNumberArgentina()
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java767 PhoneNumber arNumber = new PhoneNumber(); in testFormatWithPreferredCarrierCode() local
768 arNumber.setCountryCode(54).setNationalNumber(91234125678L); in testFormatWithPreferredCarrierCode()
775 arNumber.setPreferredDomesticCarrierCode("19"); in testFormatWithPreferredCarrierCode()
783 arNumber.setPreferredDomesticCarrierCode(" "); in testFormatWithPreferredCarrierCode()
788 arNumber.setPreferredDomesticCarrierCode(""); in testFormatWithPreferredCarrierCode()
2238 PhoneNumber arNumber = new PhoneNumber(); in testParseNationalNumberArgentina() local
2243 arNumber.clear(); in testParseNationalNumberArgentina()
2253 arNumber.clear(); in testParseNationalNumberArgentina()
2254 arNumber.setCountryCode(54).setNationalNumber(3715654321L); in testParseNationalNumberArgentina()
2258 arNumber.clear(); in testParseNationalNumberArgentina()
[all …]