Home | History | Annotate | Download | only in toolutil

Lines Matching defs:byte

21 *   as well as byte sequences with more than 4 bytes or more than one complete
132 * an efficient search for a byte sequence that could be a prefix
133 * of a previously entered byte sequence.
155 /* get pointers to the byte sequences */
476 * for SI/SO tables, a single byte is never a prefix because it
477 * occurs in a separate single-byte state
719 /* illegal byte sequence */
746 uint8_t byte;
760 (byte=(uint8_t)uprv_strtoul(s+2, &end, 16), end)!=s+4
762 fprintf(stderr, "ucm error: byte must be formatted as \\xXX (2 hex digits) - \"%s\"\n", line);
770 bytes[bLen++]=byte;
1047 /* illegal byte sequence */
1053 * - a 1:1 mapping (1 Unicode code point : 1 byte sequence)
1058 * - MBCS: not a multi-byte mapping with leading 0x00 bytes
1102 /* illegal byte sequence */