Searched refs:codep (Results 1 – 2 of 2) sorted by relevance
266 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) { in decode() argument269 *codep = (*state != UTF8_ACCEPT) ? in decode()270 (byte & 0x3fu) | (*codep << 6) : in decode()
56 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) { in decode() argument59 *codep = (*state != UTF8_ACCEPT) ? in decode()60 (byte & 0x3fu) | (*codep << 6) : in decode()