iPXE
Data Fields
utf8_accumulate_test Struct Reference

A UTF-8 accumulation test. More...

Data Fields

const char * bytes
 UTF-8 byte string. More...
 
const unsigned int * expected
 Expected character sequence. More...
 
size_t len
 Length. More...
 

Detailed Description

A UTF-8 accumulation test.

Definition at line 40 of file utf8_test.c.

Field Documentation

◆ bytes

const char* utf8_accumulate_test::bytes

UTF-8 byte string.

Definition at line 42 of file utf8_test.c.

◆ expected

const unsigned int* utf8_accumulate_test::expected

Expected character sequence.

Definition at line 44 of file utf8_test.c.

◆ len

size_t utf8_accumulate_test::len

Length.

Definition at line 46 of file utf8_test.c.


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