Lines Matching refs:first
54 /* first byte has len highest bits set, followed by zero bit.
84 /* check first if the input is invalid before returning 0 */
152 unsigned char first;
165 first = 0x80 | 0x40;
169 first = 0x80 | 0x40 | 0x20;
173 first = 0x80 | 0x40 | 0x20 | 0x10;
177 first = 0x80 | 0x40 | 0x20 | 0x10 | 0x08;
181 first = 0x80 | 0x40 | 0x20 | 0x10 | 0x08 | 0x04;
183 buffer_append_c(output, first | (chr >> bitpos));
371 /* find the first invalid utf8 sequence */