Searched refs:StreamingUnicode (Results 1 – 1 of 1) sorted by relevance
256 IN BOOLEAN StreamingUnicode in PerformParsing() argument284 if (StreamingUnicode) { in PerformParsing()290 if ((TempLine == NULL) || (*TempLine == CHAR_NULL && StreamingUnicode)) { in PerformParsing()307 if (StreamingUnicode) { in PerformParsing()390 BOOLEAN StreamingUnicode; in ShellCommandRunParse() local394 StreamingUnicode = FALSE; in ShellCommandRunParse()415 StreamingUnicode = IsStdInDataAvailable (); in ShellCommandRunParse()416 if ((!StreamingUnicode && (ShellCommandLineGetCount(Package) < 4)) || in ShellCommandRunParse()420 } else if ((StreamingUnicode && (ShellCommandLineGetCount(Package) > 3)) || in ShellCommandRunParse()425 if (StreamingUnicode) { in ShellCommandRunParse()[all …]