Searched refs:houseNumberMatcher (Results 1 – 1 of 1) sorted by relevance
463 Matcher houseNumberMatcher = sHouseNumberRe.matcher(content); in findAddress() local465 while (houseNumberMatcher.find(start)) { in findAddress()466 if (checkHouseNumber(houseNumberMatcher.group(0))) { in findAddress()467 start = houseNumberMatcher.start(); in findAddress()468 int end = attemptMatch(content, houseNumberMatcher); in findAddress()474 start = houseNumberMatcher.end(); in findAddress()