HomeSort by: relevance | last modified time | path
    Searched defs:utf8_state_t (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/locale/
c8rtomb.c 93 typedef uint8_t utf8_state_t; typedef in typeref:typename:uint8_t
114 static utf8_state_t
115 utf8_decode_step(utf8_state_t state, char8_t c8, char32_t *pc32)
143 utf8_state_t state;
c8rtomb.c 93 typedef uint8_t utf8_state_t; typedef in typeref:typename:uint8_t
114 static utf8_state_t
115 utf8_decode_step(utf8_state_t state, char8_t c8, char32_t *pc32)
143 utf8_state_t state;

Completed in 21 milliseconds