Lines Matching full:sequences
21 * - efficient distinction of unassigned vs. illegal byte sequences
28 * - byte sequences must not have leading zero bytes
112 * and lookups from UTF-8 byte sequences with a natural bit distribution.
195 * byte sequences.
263 * sequences that result in this action code
277 * An encoding with contiguous ranges of unassigned byte sequences, like
321 * file. For 2-byte UTF-8 byte sequences and some 3-byte sequences the lookup
347 * For 2-byte UTF-8 byte sequences and most 3-byte sequences the lookup
367 /* helper macros for linear values for GB 18030 four-byte sequences */
376 * GB four-byte sequences are contiguous and are handled algorithmically by
478 * consecutive sequences of bytes, starting from the one encoded in value,
481 * This function will not be called for sequences of bytes with leading zeros.
513 /* skip byte sequences with leading zeros because they are not stored in the fromUnicode table */
1062 /* add the linear difference between the input and start sequences to the start code point */
1278 /* short sequences are stored directly */
1290 /* short sequences are stored directly */
2005 } else /* unassigned sequences indicated with byteIndex>0 */ {
2206 } else /* unassigned sequences indicated with byteIndex>0 */ {
2298 * b is a lead byte if all byte sequences that start with b are illegal.
2673 * Ticket 5691: consistent illegal sequences:
2700 } else /* unassigned sequences indicated with byteIndex>0 */ {
3010 * Ticket 5691: consistent illegal sequences:
3943 /* Shift-In and Shift-Out byte sequences differ by encoding scheme. */
4297 * byte of their longest byte sequences, the first two bytes in
4302 * EUC byte sequences.
4853 /* minimum code point values for n-byte UTF-8 sequences, n=0..4 */
4857 /* offsets for n-byte UTF-8 sequences that were calculated with ((lead<<6)+trail)<<6+trail... */
5035 * sequences at the end.
5315 * sequences at the end.