Searched refs:punctuationChar (Results 1 – 1 of 1) sorted by relevance
320 int punctuationChar = item.codePointAt(matcher.end() - 1); in quoteInside() local322 if (punctuationChar == '\\') { in quoteInside()