Home | History | Annotate | Download | only in common

Lines Matching full:lead

159              * - use only trail bytes after a lead byte (checked above)
160 * - use the right number of trail bytes for a given lead byte
287 * - use only trail bytes after a lead byte (checked above)
288 * - use the right number of trail bytes for a given lead byte
404 /* this is an unpaired trail or lead code unit */
531 /* this is an unpaired trail or lead code unit */
715 * - use only trail bytes after a lead byte (checked above)
716 * - use the right number of trail bytes for a given lead byte
746 /* offsets for n-byte UTF-8 sequences that were calculated with ((lead<<6)+trail)<<6+trail... */
825 /* stop converting before the lead byte if there are not enough trail bytes for it */
977 /* lead byte in trail byte position */