Home | History | Annotate | Download | only in toolutil

Lines Matching refs:bytes

552             fprintf(stderr, "ucm error: SI/SO codepages must have max 2 bytes/char (not %x)\n", (int)states->maxCharLength);
610 * by finding lead bytes with all-unassigned trail bytes and adding another state
648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
682 /* all trail bytes for this lead byte are unassigned */
690 savings=savings*2-1024; /* count bytes, not 16-bit words */
695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
712 * this function does not catch the degenerate case where all lead bytes
713 * have all-unassigned trail bytes and the lead state could be removed
731 /* in the lead state, redirect all lead bytes with all-unassigned trail bytes to the new state */
834 * >0 number of bytes that are used in unicodeCodeUnits[] that could be saved,
861 printf(" all-unassigned sequences from prefix 0x%02lx state %ld use %ld bytes\n",
910 printf(" all-unassigned sequences from initial state %ld use %ld bytes\n",
973 const uint8_t *bytes, int32_t length) {
998 entry=states->stateTable[state][bytes[i]];