Home | History | Annotate | Download | only in dist

Lines Matching refs:xc0

125   if (c < 0xc0)                         /* Isolated 10xx xxxx byte */
147 if (((d = *(++p)) & 0xc0) != 0x80)
174 if ((*(++p) & 0xc0) != 0x80) /* Third byte */
196 if ((*(++p) & 0xc0) != 0x80) /* Third byte */
201 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */
227 if ((*(++p) & 0xc0) != 0x80) /* Third byte */
232 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */
237 if ((*(++p) & 0xc0) != 0x80) /* Fifth byte */
253 if ((*(++p) & 0xc0) != 0x80) /* Third byte */
258 if ((*(++p) & 0xc0) != 0x80) /* Fourth byte */
263 if ((*(++p) & 0xc0) != 0x80) /* Fifth byte */
268 if ((*(++p) & 0xc0) != 0x80) /* Sixth byte */