Lines Matching full:ascii

3   Unicode and ASCII strings are supported.
72 - The argument is a Unicode character. ASCII characters can be printed
93 - The argument is a pointer to an ASCII string.
347 ASCII format string and a VA_LIST argument list.
369 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
377 @param FormatString A Null-terminated ASCII format string.
395 ASCII format string and a BASE_LIST argument list.
415 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
423 @param FormatString A Null-terminated ASCII format string.
441 ASCII format string and variable argument list.
463 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
471 @param FormatString A Null-terminated ASCII format string.
606 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
607 ASCII format string and a VA_LIST argument list.
611 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
613 The ASCII string is produced by parsing the format string specified by FormatString.
616 The number of ASCII characters in the produced output buffer is returned not including
627 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
633 ASCII string.
635 @param FormatString A Null-terminated ASCII format string.
638 @return The number of ASCII characters in the produced output buffer not including the
652 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
653 ASCII format string and a BASE_LIST argument list.
655 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
657 The ASCII string is produced by parsing the format string specified by FormatString.
660 The number of ASCII characters in the produced output buffer is returned not including
671 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
677 ASCII string.
679 @param FormatString A Null-terminated ASCII format string.
682 @return The number of ASCII characters in the produced output buffer not including the
696 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
697 ASCII format string and variable argument list.
701 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
703 The ASCII string is produced by parsing the format string specified by FormatString.
706 The number of ASCII characters in the produced output buffer is returned not including
717 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
723 ASCII string.
725 @param FormatString A Null-terminated ASCII format string.
729 @return The number of ASCII characters in the produced output buffer not including the
743 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
748 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
750 The ASCII string is produced by parsing the format string specified by FormatString.
753 The number of ASCII characters in the produced output buffer is returned not including
772 ASCII string.
777 @return The number of ASCII characters in the produced output buffer not including the
791 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
794 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
796 The ASCII string is produced by parsing the format string specified by FormatString.
799 The number of ASCII characters in the produced output buffer is returned not including
818 ASCII string.
823 @return The number of ASCII characters in the produced output buffer not including the
837 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
842 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
844 The ASCII string is produced by parsing the format string specified by FormatString.
847 The number of ASCII characters in the produced output buffer is returned not including
866 ASCII string.
872 @return The number of ASCII characters in the produced output buffer not including the
890 Converts a decimal value to a Null-terminated ASCII string.
892 Converts the decimal number specified by Value to a Null-terminated ASCII string
896 The number of ASCII characters in Buffer is returned, not including the Null-terminator.
920 ASCII string.
923 @param Width The maximum number of ASCII characters to place in Buffer, not including
926 @return The number of ASCII characters in Buffer, not including the Null-terminator.
941 Converts a decimal value to a Null-terminated Ascii string.
943 Converts the decimal number specified by Value to a Null-terminated Ascii
967 Null-terminated Ascii string.
973 @param Width The maximum number of Ascii characters to place in
1029 than PcdMaximumAsciiStringLength Ascii characters not including the
1032 @param[in] FormatString A Null-terminated ASCII format string.