Lines Matching full:ascii
45 /* Convert each ASCII byte in the input string */ in acpi_ut_convert_octal_string()
49 * Character must be ASCII 0-7, otherwise: in acpi_ut_convert_octal_string()
99 /* Convert each ASCII byte in the input string */ in acpi_ut_convert_decimal_string()
103 * Character must be ASCII 0-9, otherwise: in acpi_ut_convert_decimal_string()
153 /* Convert each ASCII byte in the input string */ in acpi_ut_convert_hex_string()
157 * Character must be ASCII A-F, a-f, or 0-9, otherwise: in acpi_ut_convert_hex_string()
189 * PARAMETERS: string - Pointer to input ASCII string
195 * next character after the final ASCII zero to enable the caller
214 * PARAMETERS: string - Pointer to input ASCII string
220 * next character after the final ASCII zero to enable the caller
239 * PARAMETERS: string - Pointer to input ASCII string
263 * PARAMETERS: string - Pointer to input ASCII string
283 * PARAMETERS: string - Pointer to input ASCII string
311 * ascii_digit - ASCII single digit to be inserted