Home | History | Annotate | Download | only in OpalPasswordDxe

Lines Matching refs:UnicodeChar

181       if (InputKey.UnicodeChar == CHAR_CARRIAGE_RETURN) {

188 } else if ((InputKey.UnicodeChar == CHAR_NULL) ||
189 (InputKey.UnicodeChar == CHAR_TAB) ||
190 (InputKey.UnicodeChar == CHAR_LINEFEED)
197 if (InputKey.UnicodeChar == CHAR_BACKSPACE) {
207 Unicode[InputLength] = InputKey.UnicodeChar;
300 } while ((Key.ScanCode != SCAN_ESC) && (Key.UnicodeChar != CHAR_CARRIAGE_RETURN));
302 if (Key.UnicodeChar == CHAR_CARRIAGE_RETURN) {
327 } while ((Key.ScanCode != SCAN_ESC) && (Key.UnicodeChar != CHAR_CARRIAGE_RETURN));
329 if (Key.UnicodeChar == CHAR_CARRIAGE_RETURN) {
374 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);
386 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);