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

  /sdk/emulator/mksdcard/src/source/
mksdcard.c 67 #define WIDE_CHAR wchar_t
72 #define WIDE_CHAR char
239 WIDE_CHAR* end;
240 const WIDE_CHAR* label = NULL;
245 WIDE_CHAR** wargv;
246 WIDE_CHAR** unused_environment;
247 WIDE_CHAR** unused_startupinfo;
254 WIDE_CHAR* arg = ARGV[1] + 1;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
MdeModuleHii.h 20 #define WIDE_CHAR 0xFFF1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
TianoHii.h 30 #define WIDE_CHAR 0xFFF1
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MdeModuleHii.h 19 #define WIDE_CHAR 0xFFF1
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 26 #define WIDE_CHAR 0xFFF1
298 and WIDE_CHAR control characters. NARROW_HCAR and WIDE_CHAR
299 does not count in the resultant output. If a WIDE_CHAR is
335 for (;(String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0); Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.h 31 #define WIDE_CHAR 0xFFF1
StringDB.c 852 *To = WIDE_CHAR;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 482 and WIDE_CHAR control characters. NARROW_HCAR and WIDE_CHAR
483 does not count in the resultant output. If a WIDE_CHAR is
517 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
891 for (; (Buffer[Index] != NARROW_CHAR) && (Buffer[Index] != WIDE_CHAR) && (Buffer[Index] != 0); Index++) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 57 #define WIDE_CHAR 0xFFF1
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 57 #define WIDE_CHAR 0xFFF1
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 37 WIDE_CHAR = u'\uFFF1'
422 Line = Line.replace(UNICODE_WIDE_CHAR, WIDE_CHAR)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 42 WIDE_CHAR = u'\uFFF1'
533 Line = Line.replace(UNICODE_WIDE_CHAR, WIDE_CHAR)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 112 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c 487 case WIDE_CHAR:
554 *(*OutputString) = WIDE_CHAR;
788 and WIDE_CHAR control characters. NARROW_HCAR and WIDE_CHAR
789 does not count in the resultant output. If a WIDE_CHAR is
823 (String[Index] != NARROW_CHAR) && (String[Index] != WIDE_CHAR) && (String[Index] != 0);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]

Completed in 352 milliseconds