Searched refs:INNER_PAREN_SEGMENT (Results 1 – 1 of 1) sorted by relevance
84 private static final Pattern INNER_PAREN_SEGMENT = Pattern.compile( field in FakeTest166 Matcher m = INNER_PAREN_SEGMENT.matcher(work); in decode()167 for (; m.matches(); m = INNER_PAREN_SEGMENT.matcher(work)) { in decode()