Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching refs:InputText

486   CHAR16                  InputText[MAX_NUMERIC_INPUT_WIDTH];

673 InputText[0] = LEFT_NUMERIC_DELIMITER;
674 SetUnicodeMem (InputText + 1, InputWidth, L' ');
676 InputText[InputWidth + 1] = RIGHT_NUMERIC_DELIMITER;
677 InputText[InputWidth + 2] = L'\0';
679 PrintStringAt (Column, Row, InputText);
691 InputText[0] = LEFT_NUMERIC_DELIMITER;
692 SetUnicodeMem (InputText + 1, InputWidth, L' ');
694 SetUnicodeMem (InputText, InputWidth, L' ');
698 InputText[InputWidth + 1] = RIGHT_NUMERIC_DELIMITER;
700 InputText[InputWidth + 1] = DATE_SEPARATOR;
702 InputText[InputWidth + 2] = L'\0';
704 PrintStringAt (Column, Row, InputText);
714 InputText[0] = LEFT_NUMERIC_DELIMITER;
715 SetUnicodeMem (InputText + 1, InputWidth, L' ');
717 SetUnicodeMem (InputText, InputWidth, L' ');
721 InputText[InputWidth + 1] = RIGHT_NUMERIC_DELIMITER;
723 InputText[InputWidth + 1] = TIME_SEPARATOR;
725 InputText[InputWidth + 2] = L'\0';
727 PrintStringAt (Column, Row, InputText);