Home | History | Annotate | Download | only in DxePrintLibPrint2Protocol

Lines Matching refs:FormatString

232   The Unicode string is produced by parsing the format string specified by FormatString.  

241 If BufferSize > 1 and FormatString is NULL, then ASSERT().
242 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
243 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
253 @param FormatString Null-terminated Unicode format string.
265 IN CONST CHAR16 *FormatString,
274 (CHAR8 *)FormatString,
283 return UnicodeBSPrint (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
292 The Unicode string is produced by parsing the format string specified by FormatString.
301 If BufferSize > 1 and FormatString is NULL, then ASSERT().
302 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
303 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
313 @param FormatString Null-terminated Unicode format string.
325 IN CONST CHAR16 *FormatString,
329 return mPrint2Protocol->UnicodeBSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
338 The Unicode string is produced by parsing the format string specified by FormatString.
346 If BufferSize > 1 and FormatString is NULL, then ASSERT().
347 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
348 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
358 @param FormatString Null-terminated Unicode format string.
360 format string specified by FormatString.
371 IN CONST CHAR16 *FormatString,
378 VA_START (Marker, FormatString);
379 NumberOfPrinted = UnicodeVSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
390 The Unicode string is produced by parsing the format string specified by FormatString.
399 If BufferSize > 1 and FormatString is NULL, then ASSERT().
400 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
410 @param FormatString Null-terminated Unicode format string.
422 IN CONST CHAR8 *FormatString,
431 FormatString,
440 return UnicodeBSPrintAsciiFormat (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
449 FormatString.
458 If BufferSize > 1 and FormatString is NULL, then ASSERT().
459 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
469 @param FormatString Null-terminated Unicode format string.
481 IN CONST CHAR8 *FormatString,
485 return mPrint2Protocol->UnicodeBSPrintAsciiFormat (StartOfBuffer, BufferSize, FormatString, Marker);
494 The Unicode string is produced by parsing the format string specified by FormatString.
503 If BufferSize > 1 and FormatString is NULL, then ASSERT().
504 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
514 @param FormatString Null-terminated Unicode format string.
516 format string specified by FormatString.
527 IN CONST CHAR8 *FormatString,
534 VA_START (Marker, FormatString);
535 NumberOfPrinted = UnicodeVSPrintAsciiFormat (StartOfBuffer, BufferSize, FormatString, Marker);
599 The ASCII string is produced by parsing the format string specified by FormatString.
607 If BufferSize > 0 and FormatString is NULL, then ASSERT().
608 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
618 @param FormatString Null-terminated Unicode format string.
630 IN CONST CHAR8 *FormatString,
639 FormatString,
648 return AsciiBSPrint (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
657 The ASCII string is produced by parsing the format string specified by FormatString.
665 If BufferSize > 0 and FormatString is NULL, then ASSERT().
666 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
676 @param FormatString Null-terminated Unicode format string.
688 IN CONST CHAR8 *FormatString,
692 return mPrint2Protocol->AsciiBSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
701 The ASCII string is produced by parsing the format string specified by FormatString.
709 If BufferSize > 0 and FormatString is NULL, then ASSERT().
710 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
720 @param FormatString Null-terminated Unicode format string.
722 format string specified by FormatString.
733 IN CONST CHAR8 *FormatString,
740 VA_START (Marker, FormatString);
741 NumberOfPrinted = AsciiVSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
752 The ASCII string is produced by parsing the format string specified by FormatString.
760 If BufferSize > 0 and FormatString is NULL, then ASSERT().
761 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
762 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
772 @param FormatString Null-terminated Unicode format string.
784 IN CONST CHAR16 *FormatString,
793 (CHAR8 *)FormatString,
802 return AsciiBSPrintUnicodeFormat (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
811 The ASCII string is produced by parsing the format string specified by FormatString.
819 If BufferSize > 0 and FormatString is NULL, then ASSERT().
820 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
821 If PcdMaximumUnicodeStringLength is not zero, and FormatString
831 @param FormatString Null-terminated Unicode format string.
843 IN CONST CHAR16 *FormatString,
847 return mPrint2Protocol->AsciiBSPrintUnicodeFormat (StartOfBuffer, BufferSize, FormatString, Marker);
856 The ASCII string is produced by parsing the format string specified by FormatString.
864 If BufferSize > 0 and FormatString is NULL, then ASSERT().
865 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
866 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
876 @param FormatString Null-terminated Unicode format string.
878 format string specified by FormatString.
889 IN CONST CHAR16 *FormatString,
896 VA_START (Marker, FormatString);
897 NumberOfPrinted = AsciiVSPrintUnicodeFormat (StartOfBuffer, BufferSize, FormatString, Marker);
1074 @param FormatString A Null-terminated format string.
1086 IN CONST CHAR8 *FormatString,
1093 VA_START (Marker, FormatString);
1094 NumberOfPrinted = InternalPrintLibSPrintMarker (StartOfBuffer, BufferSize, Flags, FormatString, Marker, NULL);
1898 If FormatString is NULL, then ASSERT().
1899 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
1901 @param[in] FormatString A Null-terminated Unicode format string.
1910 IN CONST CHAR16 *FormatString,
1914 ASSERT(FormatString != NULL);
1915 return InternalPrintLibSPrintMarker (NULL, 0, FORMAT_UNICODE | OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR8 *)FormatString, Marker, NULL);
1922 If FormatString is NULL, then ASSERT().
1924 @param[in] FormatString A Null-terminated ASCII format string.
1933 IN CONST CHAR8 *FormatString,
1937 ASSERT(FormatString != NULL);
1938 return InternalPrintLibSPrintMarker (NULL, 0, OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR8 *)FormatString, Marker, NULL);