Lines Matching defs:String
167 UINT8 *String,
177 * Integer, Buffer, or String
237 /* String conversion is different than Buffer conversion */
323 * Integer, Buffer, or String
382 ObjDesc->String.Length + 1);
391 memcpy ((char *) NewBuf, (char *) ObjDesc->String.Pointer,
392 ObjDesc->String.Length);
414 * String - Where the string is returned
428 UINT8 *String,
492 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
518 String[k] = HexChar;
535 String [0] = ACPI_ASCII_ZERO;
539 String [k] = 0;
549 * Integer, Buffer, or String
551 * Type - String flags (base and conversion type)
621 * Create a new String
646 ReturnDesc->String.Length = StringLength;
651 ReturnDesc->String.Length += 2;
864 * a Buffer or a String to an Integer if necessary.
872 * The operand must be a String. We can convert an
882 * Integer or String if necessary