Searched refs:firstEscape (Results 1 – 1 of 1) sorted by relevance
847 final int firstEscape = matcher.start(); in unescape() local852 stringBuilder.append(string.substring(0, firstEscape)); in unescape()853 for (int i = firstEscape; i < length; i++) { in unescape()