Home | History | Annotate | Download | only in Library

Lines Matching defs:UnicodeString

44   CHAR16  *UnicodeString;

454 is returned in UnicodeString.
462 @param UnicodeString A pointer to the Unicode string from UnicodeStringTable
468 and it was returned in UnicodeString.
470 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
485 OUT CHAR16 **UnicodeString
493 it is returned in UnicodeString.
510 @param UnicodeString A pointer to the Null-terminated Unicode string from UnicodeStringTable
519 it was returned in UnicodeString.
521 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
534 OUT CHAR16 **UnicodeString,
541 If Language is a member of SupportedLanguages then UnicodeString is added to
543 UnicodeString. The contents of Language and UnicodeString are copied into
553 @param UnicodeString A pointer to the Unicode string to add.
558 returned in UnicodeString.
560 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
561 @retval EFI_INVALID_PARAMETER UnicodeString is an empty string.
577 IN CONST CHAR16 *UnicodeString
581 This function adds the Null-terminated Unicode string specified by UnicodeString
584 If Language is a member of SupportedLanguages then UnicodeString is added to
585 UnicodeStringTable. New buffers are allocated for both Language and UnicodeString.
586 The contents of Language and UnicodeString are copied into these new buffers.
604 @param UnicodeString A pointer to the Unicode string to add.
611 and it was returned in UnicodeString.
613 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
614 @retval EFI_INVALID_PARAMETER UnicodeString is an empty string.
628 IN CONST CHAR16 *UnicodeString,