Lines Matching full:and

3   Unicode and ASCII strings are supported.
11 text and argument descriptors. There are no restrictions for how the normal
12 text and argument descriptors can be mixed. The following end of line(EOL)
22 followed for some of the format types, and has not been followed for others.
32 - Prefix a space character to a number. Only valid for types X, x, and d.
34 - Prefix a plus character to a number. Only valid for types X, x, and d.
35 If both space and + are specified, then space is ignored.
38 X, x, and d.
43 - The number being printed is size UINT64. Only valid for types X, x, and d.
75 - The argument is an unsigned hexadecimal number. The characters used are 0..9 and
79 - The argument is an unsigned hexadecimal number and the number is padded with
90 - The argument is a pointer that is a (VOID *), and it is printed as an
91 unsigned hexadecimal number The characters used are 0..9 and A..F.
103 - The argument is a pointer to an EFI_TIME structure. The time and
106 padded, hh is the hour zero padded, and mm is minutes zero padded.
192 /// Flags bitmask values use in UnicodeValueToString() and
202 a Null-terminated Unicode format string and a VA_LIST argument list.
207 and BufferSize.
217 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
218 unmodified and 0 is returned.
219 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
220 unmodified and 0 is returned.
221 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
223 buffer is unmodified and 0 is returned.
224 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
226 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
228 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned.
251 a Null-terminated Unicode format string and a BASE_LIST argument list.
254 and BufferSize.
264 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
265 unmodified and 0 is returned.
266 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
267 unmodified and 0 is returned.
268 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
270 buffer is unmodified and 0 is returned.
271 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
273 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
275 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned.
298 Unicode format string and variable argument list.
303 and BufferSize.
312 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
313 unmodified and 0 is returned.
314 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
315 unmodified and 0 is returned.
316 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
318 buffer is unmodified and 0 is returned.
319 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
321 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
323 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned.
347 ASCII format string and a VA_LIST argument list.
352 and BufferSize.
361 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
362 unmodified and 0 is returned.
363 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
364 unmodified and 0 is returned.
365 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
367 buffer is unmodified and 0 is returned.
368 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
370 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
372 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
395 ASCII format string and a BASE_LIST argument list.
398 and BufferSize.
407 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
408 unmodified and 0 is returned.
409 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
410 unmodified and 0 is returned.
411 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
413 buffer is unmodified and 0 is returned.
414 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
416 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
418 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
441 ASCII format string and variable argument list.
446 and BufferSize.
455 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
456 unmodified and 0 is returned.
457 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
458 unmodified and 0 is returned.
459 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
461 buffer is unmodified and 0 is returned.
462 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
464 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
466 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
500 Width characters are returned, and the total number of characters
507 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
511 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
512 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored,
514 sign character, '0' characters, digit characters for Value, and the Null-terminator
516 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
520 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
525 @param Flags The bitmask of flags that specify left justification, zero pad, and commas.
557 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and
561 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
563 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, then
565 sign character, '0' characters, digit characters for Value, and the
576 zero pad, and commas.
586 zero, and BufferSize is greater than
590 If both COMMA_TYPE and RADIX_HEX are set in
607 ASCII format string and a VA_LIST argument list.
612 and BufferSize.
619 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
620 unmodified and 0 is returned.
621 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
622 unmodified and 0 is returned.
623 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
625 is unmodified and 0 is returned.
626 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
628 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
630 If BufferSize is 0, then no output buffer is produced and 0 is returned.
653 ASCII format string and a BASE_LIST argument list.
656 and BufferSize.
663 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
664 unmodified and 0 is returned.
665 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
666 unmodified and 0 is returned.
667 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
669 is unmodified and 0 is returned.
670 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
672 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
674 If BufferSize is 0, then no output buffer is produced and 0 is returned.
697 ASCII format string and variable argument list.
702 and BufferSize.
709 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
710 unmodified and 0 is returned.
711 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
712 unmodified and 0 is returned.
713 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
715 is unmodified and 0 is returned.
716 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
718 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
720 If BufferSize is 0, then no output buffer is produced and 0 is returned.
744 Unicode format string and a VA_LIST argument list.
749 and BufferSize.
758 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
759 unmodified and 0 is returned.
760 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
761 unmodified and 0 is returned.
762 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
764 is unmodified and 0 is returned.
765 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
767 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
769 If BufferSize is 0, then no output buffer is produced and 0 is returned.
792 Unicode format string and a BASE_LIST argument list.
795 and BufferSize.
804 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
805 unmodified and 0 is returned.
806 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
807 unmodified and 0 is returned.
808 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
810 is unmodified and 0 is returned.
811 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
813 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
815 If BufferSize is 0, then no output buffer is produced and 0 is returned.
838 Unicode format string and variable argument list.
843 and BufferSize.
852 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
853 unmodified and 0 is returned.
854 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
855 unmodified and 0 is returned.
856 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
858 is unmodified and 0 is returned.
859 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
861 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
863 If BufferSize is 0, then no output buffer is produced and 0 is returned.
898 characters are returned, and the total number of characters required to perform
904 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
908 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
909 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored,
911 sign character, '0' characters, digit characters for Value, and the Null-terminator
916 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
921 @param Flags The bitmask of flags that specify left justification, zero pad, and commas.
953 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and
957 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
959 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, then
961 sign character, '0' characters, digit characters for Value, and the
971 zero pad, and commas.
981 zero, and BufferSize is greater than
984 If both COMMA_TYPE and RADIX_HEX are set in
1005 If FormatString is NULL, then ASSERT() and 0 is returned.
1006 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more
1008 Null-terminator, then ASSERT() and 0 is returned.
1027 If FormatString is NULL, then ASSERT() and 0 is returned.
1028 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more
1030 Null-terminator, then ASSERT() and 0 is returned.