Searched refs:metai_match (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c83 ret = unicode_collation_protocol->metai_match(
86 efi_st_error("metai_match returned %u\n", ret);
90 ret = unicode_collation_protocol->metai_match(
93 efi_st_error("metai_match returned %u\n", ret);
97 ret = unicode_collation_protocol->metai_match(
100 efi_st_error("metai_match returned %u\n", ret);
104 ret = unicode_collation_protocol->metai_match(
107 efi_st_error("metai_match returned %u\n", ret);
111 ret = unicode_collation_protocol->metai_match(
114 efi_st_error("metai_match returne
[all...]
/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c82 * metai_match() - compare utf-16 string with a pattern string case-insenitively
101 static bool metai_match(const u16 *string, const u16 *pattern) function
115 if (metai_match(string_old, pattern))
191 ret = metai_match(string, pattern);
319 .metai_match = efi_metai_match,
/u-boot/include/
H A Defi_api.h1839 bool (EFIAPI *metai_match)(struct efi_unicode_collation_protocol *this, member in struct:efi_unicode_collation_protocol

Completed in 82 milliseconds