HomeSort by: relevance | last modified time | path
    Searched refs:UnicodeInterface (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
str.c 80 if (UnicodeInterface == &LibStubUnicodeInterface)
81 return UnicodeInterface->StriColl(UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)s2);
83 return uefi_call_wrapper(UnicodeInterface->StriColl, 3, UnicodeInterface, (CHAR16 *)s1, (CHAR16 *)s2);
92 if (UnicodeInterface == &LibStubUnicodeInterface)
93 UnicodeInterface->StrLwr(UnicodeInterface, Str);
94 else uefi_call_wrapper(UnicodeInterface->StrLwr, 2, UnicodeInterface, Str)
    [all...]
init.c 102 if (ImageHandle && UnicodeInterface == &LibStubUnicodeInterface) {
155 UnicodeInterface = Ui;
data.c 67 EFI_UNICODE_COLLATION_INTERFACE *UnicodeInterface = &LibStubUnicodeInterface;
  /src/sys/external/bsd/gnu-efi/dist/inc/
lib.h 91 extern EFI_UNICODE_COLLATION_INTERFACE *UnicodeInterface;

Completed in 11 milliseconds