Home | History | Annotate | Download | only in Library

Lines Matching full:ascii

3   Unicode and ASCII strings are supported.

78 - The argument is a Unicode character. ASCII characters can be printed
99 - The argument is a pointer to an ASCII string.
337 ASCII format string and a VA_LIST argument list
352 PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator, then
361 @param FormatString A null-terminated ASCII format string.
379 ASCII
394 PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator, then
403 @param FormatString A null-terminated ASCII format string.
421 ASCII format string and variable argument list.
436 PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator, then
445 @param FormatString A null-terminated ASCII format string.
513 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
514 ASCII format string and a VA_LIST argument list.
516 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
518 The ASCII string is produced by parsing the format string specified by FormatString.
521 The number of ASCII characters in the produced output buffer is returned, not including
528 PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator, then
530 If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
531 contains more than PcdMaximumAsciiStringLength ASCII characters, not including the
535 ASCII string.
537 @param FormatString A null-terminated ASCII format string.
540 @return The number of ASCII characters in the produced output buffer, not including the
554 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
555 ASCII format string and a BASE_LIST argument list.
557 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
559 The ASCII string is produced by parsing the format string specified by FormatString.
562 The number of ASCII characters in the produced output buffer is returned, not including
569 PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator, then
571 If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
572 contains more than PcdMaximumAsciiStringLength ASCII characters, not including the
576 ASCII string.
578 @param FormatString A null-terminated ASCII format string.
581 @return The number of ASCII characters in the produced output buffer, not including the
595 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
596 ASCII format string and variable argument list.
598 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
600 The ASCII string is produced by parsing the format string specified by FormatString.
603 The number of ASCII characters in the produced output buffer is returned, not including
610 PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator, then
612 If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
613 contains more than PcdMaximumAsciiStringLength ASCII characters, not including the
617 ASCII string.
619 @param FormatString A null-terminated ASCII format string.
623 @return The number of ASCII characters in the produced output buffer, not including the
637 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
640 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
642 The ASCII string is produced by parsing the format string specified by FormatString.
645 The number of ASCII characters in the produced output buffer is returned, not including
655 If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
656 contains more than PcdMaximumAsciiStringLength ASCII characters, not including the
660 ASCII string.
665 @return The number of ASCII characters in the produced output buffer, not including the
679 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
682 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
684 The ASCII string is produced by parsing the format string specified by FormatString.
687 The number of ASCII characters in the produced output buffer is returned, not including
697 If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
698 contains more than PcdMaximumAsciiStringLength ASCII characters, not including the
702 ASCII string.
707 @return The number of ASCII characters in the produced output buffer, not including the
721 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
724 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
726 The ASCII string is produced by parsing the format string specified by FormatString.
729 ASCII characters in the produced output buffer is returned, not including
739 If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
740 contains more than PcdMaximumAsciiStringLength ASCII characters, not including the
744 ASCII string.
750 @return The number of ASCII characters in the produced output buffer, not including the
764 Converts a decimal value to a Null-terminated ASCII string.
766 Converts the decimal number specified by Value to a Null-terminated ASCII string
770 The number of ASCII characters in Buffer is returned, not including the Null-terminator.
794 ASCII string.
797 @param Width The maximum number of ASCII characters to place in Buffer, not including
800 @return The number of ASCII characters in Buffer, not including the Null-terminator.
838 @param[in] FormatString A Null-terminated ASCII format string.