Searched refs:groupValue (Results 1 – 1 of 1) sorted by relevance
917 String groupValue = group(c - '0'); in appendEvaluated() local918 if (groupValue != null) { in appendEvaluated()919 buffer.append(groupValue); in appendEvaluated()926 String groupValue = group(s.substring(escapeNamedGroupStart + 1, i)); in appendEvaluated() local927 if (groupValue != null) { in appendEvaluated()928 buffer.append(groupValue); in appendEvaluated()