iPXE
Data Fields
_EFI_UNICODE_COLLATION_PROTOCOL Struct Reference

The EFI_UNICODE_COLLATION_PROTOCOL is used to perform case-insensitive comparisons of strings. More...

#include <UnicodeCollation.h>

Data Fields

EFI_UNICODE_COLLATION_STRICOLL StriColl
 
EFI_UNICODE_COLLATION_METAIMATCH MetaiMatch
 
EFI_UNICODE_COLLATION_STRLWR StrLwr
 
EFI_UNICODE_COLLATION_STRUPR StrUpr
 
EFI_UNICODE_COLLATION_FATTOSTR FatToStr
 
EFI_UNICODE_COLLATION_STRTOFAT StrToFat
 
CHAR8SupportedLanguages
 A Null-terminated ASCII string array that contains one or more language codes. More...
 

Detailed Description

The EFI_UNICODE_COLLATION_PROTOCOL is used to perform case-insensitive comparisons of strings.

Definition at line 165 of file UnicodeCollation.h.

Field Documentation

◆ StriColl

EFI_UNICODE_COLLATION_STRICOLL _EFI_UNICODE_COLLATION_PROTOCOL::StriColl

Definition at line 166 of file UnicodeCollation.h.

◆ MetaiMatch

EFI_UNICODE_COLLATION_METAIMATCH _EFI_UNICODE_COLLATION_PROTOCOL::MetaiMatch

Definition at line 167 of file UnicodeCollation.h.

◆ StrLwr

EFI_UNICODE_COLLATION_STRLWR _EFI_UNICODE_COLLATION_PROTOCOL::StrLwr

Definition at line 168 of file UnicodeCollation.h.

◆ StrUpr

EFI_UNICODE_COLLATION_STRUPR _EFI_UNICODE_COLLATION_PROTOCOL::StrUpr

Definition at line 169 of file UnicodeCollation.h.

◆ FatToStr

EFI_UNICODE_COLLATION_FATTOSTR _EFI_UNICODE_COLLATION_PROTOCOL::FatToStr

Definition at line 174 of file UnicodeCollation.h.

◆ StrToFat

EFI_UNICODE_COLLATION_STRTOFAT _EFI_UNICODE_COLLATION_PROTOCOL::StrToFat

Definition at line 175 of file UnicodeCollation.h.

◆ SupportedLanguages

CHAR8* _EFI_UNICODE_COLLATION_PROTOCOL::SupportedLanguages

A Null-terminated ASCII string array that contains one or more language codes.

When this field is used for UnicodeCollation2, it is specified in RFC 4646 format. When it is used for UnicodeCollation, it is specified in ISO 639-2 format.

Definition at line 182 of file UnicodeCollation.h.


The documentation for this struct was generated from the following file: