Searched refs:isQuote (Results 1 – 3 of 3) sorted by relevance
111 function isQuote(c: number): boolean { function387 if (isQuote(selector.charCodeAt(selectorIndex))) {486 if (isQuote(selector.charCodeAt(selectorIndex + 1))) {517 isQuote(quot)
708 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function735 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()
821 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function850 if (isQuote(C)) { in TokenizeGNUCommandLine()