Lines Matching full:lead
674 * They do not lead to mappings.
888 /* Only add code points that are suitable for HZ DBCS (lead byte A1..FD). */
2296 * Is byte b a single/lead byte in this state?
2298 * b is a lead byte if all byte sequences that start with b are illegal.
2304 if(MBCS_ENTRY_IS_TRANSITION(entry)) { /* lead byte */
3374 /* this is an unmatched lead code unit (1st surrogate) */
3579 /* this is an unmatched lead code unit (1st surrogate) */
3822 /* this is an unmatched lead code unit (1st surrogate) */
4259 /* this is an unmatched lead code unit (1st surrogate) */
4857 /* offsets for n-byte UTF-8 sequences that were calculated with ((lead<<6)+trail)<<6+trail... */
4919 * or runs into a lead byte.
4935 /* exit the conversion loop before the lead byte if there are not enough trail bytes for it */
5219 * or runs into a lead byte.
5235 /* exit the conversion loop before the lead byte if there are not enough trail bytes for it */
5488 /* all bytes that cause a state transition from state 0 are lead bytes */
5495 * to check whether a byte is a lead byte.