Searched refs:parseAndVerify (Results 1 – 1 of 1) sorted by relevance
330 PhoneNumberMatch match = parseAndVerify(rawString, offset); in extractMatch()358 PhoneNumberMatch match = parseAndVerify(group.toString(), offset); in extractInnerMatch()367 PhoneNumberMatch match = parseAndVerify(group.toString(), offset + groupMatcher.start(1)); in extractInnerMatch()386 private PhoneNumberMatch parseAndVerify(String candidate, int offset) { in parseAndVerify() method in PhoneNumberMatcher