Searched refs:isEscaped (Results 1 – 1 of 1) sorted by relevance
451 if (!match(c, lowMask, highMask) && !isEscaped(s, i)) { in quote()481 private static boolean isEscaped(String s, int pos) { in isEscaped() method in ParseUtil