Lines Matching refs:FormatString
34 The Unicode string is produced by parsing the format string specified by FormatString.
43 If BufferSize > 1 and FormatString is NULL, then ASSERT().
44 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
45 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
54 @param FormatString Null-terminated Unicode format string.
66 IN CONST CHAR16 *FormatString,
76 The Unicode string is produced by parsing the format string specified by FormatString.
84 If BufferSize > 1 and FormatString is NULL, then ASSERT().
85 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
86 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
95 @param FormatString Null-terminated Unicode format string.
97 format string specified by FormatString.
108 IN CONST CHAR16 *FormatString,
118 The Unicode string is produced by parsing the format string specified by FormatString.
127 If BufferSize > 1 and FormatString is NULL, then ASSERT().
128 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
137 @param FormatString Null-terminated ASCII format string.
149 IN CONST CHAR8 *FormatString,
159 The Unicode string is produced by parsing the format string specified by FormatString.
167 If BufferSize > 1 and FormatString is NULL, then ASSERT().
168 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
177 @param FormatString Null-terminated ASCII format string.
179 format string specified by FormatString.
190 IN CONST CHAR8 *FormatString,
250 The ASCII string is produced by parsing the format string specified by FormatString.
258 If BufferSize > 0 and FormatString is NULL, then ASSERT().
259 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
268 @param FormatString Null-terminated ASCII format string.
280 IN CONST CHAR8 *FormatString,
290 The ASCII string is produced by parsing the format string specified by FormatString.
297 If BufferSize > 0 and FormatString is NULL, then ASSERT().
298 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
307 @param FormatString Null-terminated ASCII format string.
309 format string specified by FormatString.
320 IN CONST CHAR8 *FormatString,
330 The ASCII string is produced by parsing the format string specified by FormatString.
338 If BufferSize > 0 and FormatString is NULL, then ASSERT().
339 FormatString is not aligned on a 16-bit boundary, then ASSERT().
340 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
349 @param FormatString Null-terminated Unicode format string.
361 IN CONST CHAR16 *FormatString,
371 The ASCII string is produced by parsing the format string specified by FormatString.
378 If BufferSize > 0 and FormatString is NULL, then ASSERT().
379 If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
380 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
389 @param FormatString Null-terminated Unicode format string.
391 format string specified by FormatString.
402 IN CONST CHAR16 *FormatString,