Searched refs:stillTwoZeros (Results 1 – 2 of 2) sorted by relevance
3771 var stillTwoZeros = new i18n.phonenumbers.PhoneNumber();3772 stillTwoZeros.setCountryCode(61);3773 stillTwoZeros.setNationalNumber(0);3774 stillTwoZeros.setItalianLeadingZero(true);3775 stillTwoZeros.setNumberOfLeadingZeros(2);3776 assertTrue(stillTwoZeros.equals(phoneUtil.parse('000', RegionCode.AU)));
2882 PhoneNumber stillTwoZeros = new PhoneNumber(); in testParseItalianLeadingZeros() local2883 stillTwoZeros.setCountryCode(61).setNationalNumber(0L).setItalianLeadingZero(true) in testParseItalianLeadingZeros()2885 assertEquals(stillTwoZeros, phoneUtil.parse("000", RegionCode.AU)); in testParseItalianLeadingZeros()