iPXE
|
A UTF-8 character accumulator. More...
#include <utf8.h>
Data Fields | |
unsigned int | character |
Character in progress. More... | |
unsigned int | remaining |
Number of remaining continuation bytes. More... | |
unsigned int | min |
Minimum legal character. More... | |
unsigned int utf8_accumulator::character |
Character in progress.
Definition at line 59 of file utf8.h.
Referenced by efi_getchar(), efi_putchar(), utf8_accumulate(), and utf8_accumulate_okx().
unsigned int utf8_accumulator::remaining |
Number of remaining continuation bytes.
Definition at line 61 of file utf8.h.
Referenced by utf8_accumulate().
unsigned int utf8_accumulator::min |