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