26 #ifndef _UTF8REWIND_INTERNAL_COMPOSITION_H_
27 #define _UTF8REWIND_INTERNAL_COMPOSITION_H_
42 const size_t* qc_index;
43 const uint8_t* qc_data;
46 uint8_t compose_initialize(ComposeState* state, StreamState* input, StreamState* output, uint8_t compatibility);
48 uint8_t compose_readcodepoint(ComposeState* state, uint8_t index);
50 uint8_t compose_execute(ComposeState* state);
Public interface for UTF-8 functions.