4 Copyright (c) 2006, Intel Corporation
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 Module Name: PrintLibInternal.h
22 //#define LEFT_JUSTIFY 0x01
23 #define PREFIX_SIGN 0x02
24 #define PREFIX_BLANK 0x04
25 //#define COMMA_TYPE 0x08
26 #define LONG_TYPE 0x10
27 //#define PREFIX_ZERO 0x20
28 #define OUTPUT_UNICODE 0x40
29 #define RADIX_HEX 0x80
30 #define FORMAT_UNICODE 0x100
31 #define PAD_TO_WIDTH 0x200
32 #define ARGUMENT_UNICODE 0x400
33 #define PRECISION 0x800
34 #define ARGUMENT_REVERSED 0x1000
37 /// Define the maximum number of characters that are required to encode
38 /// a decimal, hexidecimal, GUID, or TIME value with a Nll terminator.
39 /// Maximum Length Decimal String = 28 "-9,223,372,036,854,775,808"
40 /// Maximum Length Hexidecimal String = 17 "FFFFFFFFFFFFFFFF"
41 /// Maximum Length GUID = 37 "00000000-0000-0000-0000-000000000000"
42 /// Maximum Length TIME = 17 "12/12/2006 12:12"
44 #define MAXIMUM_VALUE_CHARACTERS 38
68 IN CONST CHAR8
*FormatString
,
73 BasePrintLibFillBuffer (
82 BasePrintLibValueToString (