Searched defs:InputWidth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DInputHandler.c369 UINTN InputWidth; local
386 InputWidth = 0;
510 InputWidth = Question->StorageWidth * 2;
514 InputWidth = 3;
518 InputWidth = 5;
522 InputWidth = 10;
526 InputWidth = 20;
530 InputWidth = 0;
536 SetUnicodeMem (InputText + 1, InputWidth, L' ');
537 ASSERT (InputWidth
[all...]

Completed in 78 milliseconds