Home
last modified time | relevance | path

Searched refs:NSN_MATCH (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2539 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2541 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2544 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2549 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2556 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2558 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2560 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2562 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
2564 assertEquals(PhoneNumberUtil.MatchType.NSN_MATCH, in testIsNumberMatchNsnMatches()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java639 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
DPhoneNumberUtil.java435 NSN_MATCH, enumConstant
3182 return MatchType.NSN_MATCH;
3266 return MatchType.NSN_MATCH;
/external/libphonenumber/
Drelease_notes.txt1334 an NSN_MATCH, instead of SHORT_NSN_MATCH.