Lines Matching refs:UnicodeString
44 CHAR16 *UnicodeString;
436 is returned in UnicodeString.
444 @param UnicodeString A pointer to the Unicode string from UnicodeStringTable
450 and it was returned in UnicodeString.
452 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
467 OUT CHAR16 **UnicodeString
475 it is returned in UnicodeString.
492 @param UnicodeString A pointer to the Null-terminated Unicode string from UnicodeStringTable
501 it was returned in UnicodeString.
503 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
516 OUT CHAR16 **UnicodeString,
523 If Language is a member of SupportedLanguages then UnicodeString is added to
525 UnicodeString. The contents of Language and UnicodeString are copied into
535 @param UnicodeString A pointer to the Unicode string to add.
540 returned in UnicodeString.
542 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
543 @retval EFI_INVALID_PARAMETER UnicodeString is an empty string.
559 IN CONST CHAR16 *UnicodeString
563 This function adds the Null-terminated Unicode string specified by UnicodeString
566 If Language is a member of SupportedLanguages then UnicodeString is added to
567 UnicodeStringTable. New buffers are allocated for both Language and UnicodeString.
568 The contents of Language and UnicodeString are copied into these new buffers.
586 @param UnicodeString A pointer to the Unicode string to add.
593 and it was returned in UnicodeString.
595 @retval EFI_INVALID_PARAMETER UnicodeString is NULL.
596 @retval EFI_INVALID_PARAMETER UnicodeString is an empty string.
610 IN CONST CHAR16 *UnicodeString,