Searched refs:groupValue (Results 1 – 1 of 1) sorted by relevance
744 String groupValue = group(c - '0'); in appendEvaluated() local745 if (groupValue != null) { in appendEvaluated()746 buffer.append(groupValue); in appendEvaluated()753 String groupValue = group(s.substring(escapeNamedGroupStart + 1, i)); in appendEvaluated() local754 if (groupValue != null) { in appendEvaluated()755 buffer.append(groupValue); in appendEvaluated()