Lines Matching refs:FormatString
230 The Unicode string is produced by parsing the format string specified by FormatString.
239 If BufferSize > 1 and FormatString is NULL, then ASSERT().
240 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
241 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
251 @param FormatString Null-terminated Unicode format string.
263 IN CONST CHAR16 *FormatString,
271 (CHAR8 *)FormatString,
277 return UnicodeBSPrint (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
286 The Unicode string is produced by parsing the format string specified by FormatString.
295 If BufferSize > 1 and FormatString is NULL, then ASSERT().
296 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
297 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
307 @param FormatString Null-terminated Unicode format string.
319 IN CONST CHAR16 *FormatString,
323 return mPrint2Protocol->UnicodeBSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
332 The Unicode string is produced by parsing the format string specified by FormatString.
340 If BufferSize > 1 and FormatString is NULL, then ASSERT().
341 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
342 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
352 @param FormatString Null-terminated Unicode format string.
354 format string specified by FormatString.
365 IN CONST CHAR16 *FormatString,
372 VA_START (Marker, FormatString);
373 NumberOfPrinted = UnicodeVSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
384 The Unicode string is produced by parsing the format string specified by FormatString.
393 If BufferSize > 1 and FormatString is NULL, then ASSERT().
394 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
404 @param FormatString Null-terminated Unicode format string.
416 IN CONST CHAR8 *FormatString,
424 FormatString,
430 return UnicodeBSPrintAsciiFormat (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
439 The Unicode string is produced by parsing the format string specified by FormatString.
448 If BufferSize > 1 and FormatString is NULL, then ASSERT().
449 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
459 @param FormatString Null-terminated Unicode format string.
471 IN CONST CHAR8 *FormatString,
475 return mPrint2Protocol->UnicodeBSPrintAsciiFormat (StartOfBuffer, BufferSize, FormatString, Marker);
484 The Unicode string is produced by parsing the format string specified by FormatString.
493 If BufferSize > 1 and FormatString is NULL, then ASSERT().
494 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
504 @param FormatString Null-terminated Unicode format string.
506 format string specified by FormatString.
517 IN CONST CHAR8 *FormatString,
524 VA_START (Marker, FormatString);
525 NumberOfPrinted = UnicodeVSPrintAsciiFormat (StartOfBuffer, BufferSize, FormatString, Marker);
589 The ASCII string is produced by parsing the format string specified by FormatString.
597 If BufferSize > 0 and FormatString is NULL, then ASSERT().
598 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
608 @param FormatString Null-terminated Unicode format string.
620 IN CONST CHAR8 *FormatString,
628 FormatString,
634 return AsciiBSPrint (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
643 The ASCII string is produced by parsing the format string specified by FormatString.
651 If BufferSize > 0 and FormatString is NULL, then ASSERT().
652 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
662 @param FormatString Null-terminated Unicode format string.
674 IN CONST CHAR8 *FormatString,
678 return mPrint2Protocol->AsciiBSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
687 The ASCII string is produced by parsing the format string specified by FormatString.
695 If BufferSize > 0 and FormatString is NULL, then ASSERT().
696 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
706 @param FormatString Null-terminated Unicode format string.
708 format string specified by FormatString.
719 IN CONST CHAR8 *FormatString,
726 VA_START (Marker, FormatString);
727 NumberOfPrinted = AsciiVSPrint (StartOfBuffer, BufferSize, FormatString, Marker);
738 The ASCII string is produced by parsing the format string specified by FormatString.
746 If BufferSize > 0 and FormatString is NULL, then ASSERT().
747 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
748 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
758 @param FormatString Null-terminated Unicode format string.
770 IN CONST CHAR16 *FormatString,
778 (CHAR8 *)FormatString,
784 return AsciiBSPrintUnicodeFormat (StartOfBuffer, BufferSize, FormatString, (BASE_LIST)BaseListMarker);
793 The ASCII string is produced by parsing the format string specified by FormatString.
801 If BufferSize > 0 and FormatString is NULL, then ASSERT().
802 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
803 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
813 @param FormatString Null-terminated Unicode format string.
825 IN CONST CHAR16 *FormatString,
829 return mPrint2Protocol->AsciiBSPrintUnicodeFormat (StartOfBuffer, BufferSize, FormatString, Marker);
838 The ASCII string is produced by parsing the format string specified by FormatString.
846 If BufferSize > 0 and FormatString is NULL, then ASSERT().
847 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
848 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
858 @param FormatString Null-terminated Unicode format string.
860 format string specified by FormatString.
871 IN CONST CHAR16 *FormatString,
878 VA_START (Marker, FormatString);
879 NumberOfPrinted = AsciiVSPrintUnicodeFormat (StartOfBuffer, BufferSize, FormatString, Marker);
1056 @param FormatString A Null-terminated format string.
1068 IN CONST CHAR8 *FormatString,
1075 VA_START (Marker, FormatString);
1076 NumberOfPrinted = InternalPrintLibSPrintMarker (StartOfBuffer, BufferSize, Flags, FormatString, Marker, NULL);
1880 If FormatString is NULL, then ASSERT().
1881 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
1883 @param[in] FormatString A Null-terminated Unicode format string.
1892 IN CONST CHAR16 *FormatString,
1896 ASSERT(FormatString != NULL);
1897 return InternalPrintLibSPrintMarker (NULL, 0, FORMAT_UNICODE | OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR8 *)FormatString, Marker, NULL);
1904 If FormatString is NULL, then ASSERT().
1906 @param[in] FormatString A Null-terminated ASCII format string.
1915 IN CONST CHAR8 *FormatString,
1919 ASSERT(FormatString != NULL);
1920 return InternalPrintLibSPrintMarker (NULL, 0, OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR8 *)FormatString, Marker, NULL);