Home
last modified time | relevance | path

Searched refs:InternalShellCharToUpper (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.c66 InternalShellCharToUpper (
656 …else if (InternalShellCharToUpper (*Line) != InternalShellCharToUpper (*(Command + CommandIndex++)… in IsTitleHeader()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3725 InternalShellCharToUpper ( in InternalShellCharToUpper() function
3758 return (UINTN) (10 + InternalShellCharToUpper (Char) - L'A'); in InternalShellHexCharToUintn()
3818 if (InternalShellCharToUpper (*String) == L'X') { in InternalShellStrHexToUint64()