HomeSort by relevance Sort by last modified time
    Searched refs:NARROW_CHAR (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
MdeModuleHii.h 19 #define NARROW_CHAR 0xFFF0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
TianoHii.h 29 #define NARROW_CHAR 0xFFF0
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MdeModuleHii.h 18 #define NARROW_CHAR 0xFFF0
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 25 #define NARROW_CHAR 0xFFF0
297 This function handles the Unicode string with NARROW_CHAR
301 space with size of CHAR16 till a NARROW_CHAR is hit.
335 for (;(String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0); Index++) {
359 if (String[Index] == NARROW_CHAR) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.h 30 #define NARROW_CHAR 0xFFF0
StringDB.c 858 *To = NARROW_CHAR;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 481 This function handles the Unicode string with NARROW_CHAR
485 space with size of CHAR16 till a NARROW_CHAR is hit.
517 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
532 if (String[Index] == NARROW_CHAR) {
891 for (; (Buffer[Index] != NARROW_CHAR) && (Buffer[Index] != WIDE_CHAR) && (Buffer[Index] != 0); Index++) {
915 if (Buffer[Index] == NARROW_CHAR) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 56 #define NARROW_CHAR 0xFFF0
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 56 #define NARROW_CHAR 0xFFF0
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 94 CHAR16 SpaceStr[] = { NARROW_CHAR, ' ', 0 };
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 36 NARROW_CHAR = u'\uFFF0'
423 Line = Line.replace(UNICODE_NARROW_CHAR, NARROW_CHAR)
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 112 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
127 if (String[Index] == NARROW_CHAR) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 41 NARROW_CHAR = u'\uFFF0'
534 Line = Line.replace(UNICODE_NARROW_CHAR, NARROW_CHAR)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c 471 // NARROW_CHAR can not be printed in screen, so if a line only contain the two CHARs: 'NARROW_CHAR + CHAR_CARRIAGE_RETURN' , it is a empty line in Screen.
474 if ((InputString[*Index] == NARROW_CHAR) && (InputString[*Index + 1] == CHAR_CARRIAGE_RETURN)) {
483 case NARROW_CHAR:
552 *(*OutputString) = NARROW_CHAR;
787 This function handles the Unicode string with NARROW_CHAR
791 space with size of CHAR16 till a NARROW_CHAR is hit.
823 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
838 if (String[Index] == NARROW_CHAR) {
    [all...]
ProcessOptions.c 47 Destination[Length] = NARROW_CHAR;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]

Completed in 511 milliseconds