Lines Matching refs:delayedChar
197 int delayedChar; field in T0Comp
1039 int c = delayedChar; in NextChar()
1041 delayedChar = Int32.MinValue; in NextChar()
1043 delayedChar = -(c + 1); in NextChar()
1049 if (delayedChar >= 0) { in NextChar()
1050 c = delayedChar; in NextChar()
1051 delayedChar = Int32.MinValue; in NextChar()
1056 delayedChar = c; in NextChar()
1072 if (delayedChar < 0) { in Unread()
1073 if (delayedChar != Int32.MinValue) { in Unread()
1077 delayedChar = c; in Unread()
1081 delayedChar = -(delayedChar + 1); in Unread()
1401 delayedChar = -1; in ProcessInput()