Searched refs:isPossibleShortNumber (Results 1 – 7 of 7) sorted by relevance
32 assertTrue(shortInfo.isPossibleShortNumber(possibleNumber)); in testIsPossibleShortNumber()38 assertFalse(shortInfo.isPossibleShortNumber(impossibleNumber)); in testIsPossibleShortNumber()42 assertTrue(shortInfo.isPossibleShortNumber( in testIsPossibleShortNumber()
51 assertTrue(shortInfo.isPossibleShortNumber(possibleNumber));58 assertFalse(shortInfo.isPossibleShortNumber(impossibleNumber));65 assertTrue(shortInfo.isPossibleShortNumber(impossibleUkNumber));
109 output.append(shortInfo.isPossibleShortNumber(number));
149 i18n.phonenumbers.ShortNumberInfo.prototype.isPossibleShortNumber = method in i18n.phonenumbers.ShortNumberInfo
162 public boolean isPossibleShortNumber(PhoneNumber number) { in isPossibleShortNumber() method in ShortNumberInfo
320 boolean isPossibleShort = shortInfo.isPossibleShortNumber(number); in getOutputForSingleNumber()
2178 isPossibleShortNumber, isValidShortNumber, getShortNumberCost. Note this is an experimental API