Searched refs:WORD_END (Results 1 – 1 of 1) sorted by relevance
140 private static final String WORD_END = "(?=[" + WORD_DELIM + "]|$)"; field in FindAddress144 Pattern.compile("[^" + WORD_DELIM + "]+" + WORD_END, Pattern.CASE_INSENSITIVE);226 + ")" + WORD_END,252 + "wall|ways?|wells?|xing|xrd)" + WORD_END,259 Pattern.compile("(?:\\d{5}(?:-\\d{4})?)" + WORD_END, Pattern.CASE_INSENSITIVE);