Searched refs:UnicodeInterface (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | str.c | 78 if (UnicodeInterface == &LibStubUnicodeInterface) in StriCmp() 79 return UnicodeInterface->StriColl(UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)s2); in StriCmp() 81 …return uefi_call_wrapper(UnicodeInterface->StriColl, 3, UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)… in StriCmp() 90 if (UnicodeInterface == &LibStubUnicodeInterface) in StrLwr() 91 UnicodeInterface->StrLwr(UnicodeInterface, Str); in StrLwr() 92 else uefi_call_wrapper(UnicodeInterface->StrLwr, 2, UnicodeInterface, Str); in StrLwr() 101 if (UnicodeInterface == &LibStubUnicodeInterface) in StrUpr() 102 UnicodeInterface->StrUpr(UnicodeInterface, Str); in StrUpr() 103 else uefi_call_wrapper(UnicodeInterface->StrUpr, 2, UnicodeInterface, Str); in StrUpr() 376 if (UnicodeInterface == &LibStubUnicodeInterface) in MetaiMatch() [all …]
|
D | init.c | 99 if (ImageHandle && UnicodeInterface == &LibStubUnicodeInterface) { in InitializeLib() 152 UnicodeInterface = Ui; in InitializeUnicodeSupport()
|
D | lib.h | 85 extern EFI_UNICODE_COLLATION_INTERFACE *UnicodeInterface;
|
D | data.c | 60 EFI_UNICODE_COLLATION_INTERFACE *UnicodeInterface = &LibStubUnicodeInterface; variable
|