Searched refs:isWhitespaceOrNull (Results 1 – 1 of 1) sorted by relevance
816 static bool isWhitespaceOrNull(char C) { in isWhitespaceOrNull() function925 return isWhitespaceOrNull(C) || C == '\\' || C == '\"'; in isWindowsSpecialChar()928 return isWhitespaceOrNull(C) || C == '\"'; in isWindowsSpecialCharInCommandName()954 while (I < E && isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()971 if (I >= E || isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()996 if (isWhitespaceOrNull(Src[I])) { in tokenizeWindowsCommandLineImpl()