Lines Matching refs:isQuote
519 static bool isQuote(char C) { return C == '\"' || C == '\''; }549 if (isQuote(Src[I])) {