Home | History | Annotate | Download | only in toolutil

Lines Matching full:lead

609  * by finding lead bytes with all-unassigned trail bytes and adding another state
624 /* find the lead state */
626 /* use the DBCS lead state for SI/SO codepages */
647 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
650 /* for each lead byte */
654 /* the offset is different for each lead byte */
656 /* for each trail byte for this lead byte */
665 j=999; /* do not count for this lead byte because there are assignments */
673 j=999; /* do not count for this lead byte because there are assignments */
681 /* all trail bytes for this lead byte are unassigned */
711 * this function does not catch the degenerate case where all lead bytes
712 * have all-unassigned trail bytes and the lead state could be removed
730 /* in the lead state, redirect all lead bytes with all-unassigned trail bytes to the new state */
770 * The old state table has the same lead _and_ trail states for assigned characters!
780 /* for each lead byte from there */