Home
last modified time | relevance | path

Searched defs:efi_unicode_collation_protocol (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_unicode_collation.c357 const struct efi_unicode_collation_protocol efi_unicode_collation_protocol = { variable
/external/u-boot/include/
Defi_api.h1593 struct efi_unicode_collation_protocol { struct
1596 bool (EFIAPI *metai_match)(struct efi_unicode_collation_protocol *this, argument
1598 void (EFIAPI *str_lwr)(struct efi_unicode_collation_protocol argument
1600 void (EFIAPI *str_upr)(struct efi_unicode_collation_protocol *this, argument
1602 void (EFIAPI *fat_to_str)(struct efi_unicode_collation_protocol *this, argument
1604 bool (EFIAPI *str_to_fat)(struct efi_unicode_collation_protocol *this, argument
1607 char *supported_languages;