Home | History | Annotate | Download | only in icu

Lines Matching full:bytes

26  * which need 1 or 2 bytes in UTF-8:
33 * that needs the same number of code units (bytes) as were seen by
73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
74 * lead bytes above 0xf4 are illegal.
102 0, 0 /* illegal bytes 0xfe and 0xff */
123 * result code point would be encoded with the same number of bytes as
144 /* count==0 for illegally leading trail bytes and the illegal bytes 0xfe and 0xff */
149 /* count>=4 is always illegal: no more than 3 trail bytes in Unicode's UTF-8 */
182 * that needs count bytes so that UTF8_GET_CHAR_SAFE() works right.
191 /* correct sequence - all trail bytes have (b7..b6)==(10)? */
211 } else /* too few bytes left */ {