Lines Matching refs:StrSize
428 IN UINTN StrSize,
442 StrSize - Size of Str. String is truncated to this size.
459 spc.maxlen = StrSize / sizeof(CHAR16) - 1;
470 IN UINTN StrSize,
484 StrSize - Size of Str. String is truncated to this size.
499 len = UnicodeVSPrint(Str, StrSize, fmt, args);
850 IN UINTN StrSize,
864 StrSize - Size of Str. String is truncated to this size.
882 UnicodeStr = AllocatePool(StrSize * sizeof(CHAR16));
892 Len = UnicodeVSPrint(UnicodeStr, StrSize, UnicodeFmt, args);