Home | History | Annotate | Download | only in Support

Lines Matching refs:isQuote

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