Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dstr.c81 return UnicodeInterface->StriColl(UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)s2); in StriCmp()
83 …return uefi_call_wrapper(UnicodeInterface->StriColl, 3, UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)… in StriCmp()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiprot.h826 EFI_UNICODE_STRICOLL StriColl; member