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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c1313 @param InputString String description for this option.
1316 @param Index Where in InputString to start the copy process
1324 IN CHAR16 *InputString,
1352 if ((InputString[*Index] == NARROW_CHAR) && (InputString[*Index + 1] == CHAR_CARRIAGE_RETURN)) {
1359 for (; (InputString[*Index + Count2] != CHAR_LINEFEED) && (InputString[*Index + Count2] != CHAR_CARRIAGE_RETURN) && (Count2 != LineWidth); Count2++)
1367 if ((StrSize (&InputString[*Index]) <= ((UINTN) (LineWidth + 1) * 2)) &&
1368 (StrSize (&InputString[*Index]) <= ((UINTN) (Count2 + 1) * 2))
1373 LineWidth = (UINT16) ((StrSize (&InputString[*Inde
1323 GetLineByWidth( IN CHAR16 *InputString, IN UINT16 LineWidth, IN OUT UINTN *Index, OUT CHAR16 **OutputString ) argument
[all...]

Completed in 36 milliseconds