Home
last modified time | relevance | path

Searched refs:StriColl (Results 1 – 2 of 2) sorted by relevance

/DragonStub/lib/
H A Dstr.c79 return UnicodeInterface->StriColl(UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)s2); in StriCmp()
81 …return uefi_call_wrapper(UnicodeInterface->StriColl, 3, UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)… in StriCmp()
/DragonStub/inc/
H A Defiprot.h824 EFI_UNICODE_STRICOLL StriColl; member