Searched refs:singleQuote (Results 1 – 1 of 1) sorted by relevance
168 final char singleQuote = '\''; in tokenizeQuotedArguments() local173 if ((currentQuote == noQuote && (c == singleQuote || c == doubleQuote)) in tokenizeQuotedArguments()