Searched refs:setRawInput (Results 1 – 4 of 4) sorted by relevance
56 numberA.setRawInput("+1 650 253 00 00"). in testEqualWithCountryCodeSourceSet()59 numberB.setRawInput("+1 650 253 00 00"). in testEqualWithCountryCodeSourceSet()78 numberA.setCountryCode(1).setNationalNumber(6502530000L).setRawInput("+1 650 253 00 00"). in testNonEqualWithDifferingRawInput()84 numberB.setCountryCode(1).setNationalNumber(6502530000L).setRawInput("+1-650-253-00-00"). in testNonEqualWithDifferingRawInput()
102 .setRawInput("000-000-0000");579 .setRawInput("1800 six-flag"); in testFormatOutOfCountryKeepingAlphaChars()583 alphaNumericNumber.setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()587 alphaNumericNumber.setRawInput("Call us from UK: 00 1 800 SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()591 alphaNumericNumber.setRawInput("800 SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()610 .setRawInput("+61 82749-FLAG"); in testFormatOutOfCountryKeepingAlphaChars()615 alphaNumericNumber.setRawInput("082749-FLAG"); in testFormatOutOfCountryKeepingAlphaChars()619 alphaNumericNumber.setNationalNumber(18007493524L).setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()640 .setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()646 alphaNumericNumber.setCountryCode(1).setNationalNumber(80749L).setRawInput("180-SIX"); in testFormatOutOfCountryKeepingAlphaChars()[all …]
130 public PhoneNumber setRawInput(String value) { in setRawInput() method in Phonenumber.PhoneNumber211 setRawInput(other.getRawInput()); in mergeFrom()
2904 phoneNumber.setRawInput(numberToParse);