Searched refs:UnicodeInterface (Results 1 – 4 of 4) sorted by relevance
/DragonStub/lib/ |
H A 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() 429 if (UnicodeInterface == &LibStubUnicodeInterface) in MetaiMatch() [all …]
|
H A D | init.c | 85 if (ImageHandle && UnicodeInterface == &LibStubUnicodeInterface) { in InitializeLib() 140 UnicodeInterface = Ui; in InitializeUnicodeSupport()
|
H A D | data.c | 65 EFI_UNICODE_COLLATION_INTERFACE *UnicodeInterface = &LibStubUnicodeInterface; variable
|
/DragonStub/inc/ |
H A D | lib.h | 89 extern EFI_UNICODE_COLLATION_INTERFACE *UnicodeInterface;
|