Searched refs:isQuote (Results 1 – 6 of 6) sorted by relevance
192 if (isQuote(startChar)) in nextWord()382 private boolean isQuote(char character) in isQuote() method in WordReader
125 func isQuote(c byte) bool { func333 } else if len(p.cur.value) > 0 && isQuote(p.cur.value[0]) {339 if p.done || !isQuote(p.s[0]) {701 if len(tok.value) > 2 && isQuote(tok.value[0]) && tok.value[len(tok.value)-1] == tok.value[0] {
684 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function711 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()
708 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function735 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()
825 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function854 if (isQuote(C)) { in TokenizeGNUCommandLine()
821 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function850 if (isQuote(C)) { in TokenizeGNUCommandLine()