Searched refs:step (Results 1 – 1 of 1) sorted by relevance
75 int step; in utf8_encode() local77 for (step = 2; step < 6; ++step) in utf8_encode()78 if ((val & (~(uint32_t)0 << (5 * step + 1))) == 0) in utf8_encode()80 retval = step; in utf8_encode()82 *buf = (unsigned char) (~0xff >> step); in utf8_encode()83 --step; in utf8_encode()86 buf[step] = 0x80 | (val & 0x3f); in utf8_encode()89 while (--step > 0); in utf8_encode()
Completed in 5 milliseconds