Searched refs:KeyPad (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DInputHandler.c71 CHAR16 KeyPad[2]; local
260 KeyPad[0] = Key.UnicodeChar;
261 KeyPad[1] = CHAR_NULL;
268 StrCatS (TempString, MaxLen, KeyPad);
272 StrCatS (StringPtr, MaxLen, KeyPad);

Completed in 21 milliseconds