Home | History | Annotate | Download | only in common

Lines Matching full:lead

601      * They do not lead to mappings.
815 /* Only add code points that are suitable for HZ DBCS (lead byte A1..FD). */
2215 * Is byte b a single/lead byte in this state?
2217 * b is a lead byte if all byte sequences that start with b are illegal.
2223 if(MBCS_ENTRY_IS_TRANSITION(entry)) { /* lead byte */
3293 /* this is an unmatched lead code unit (1st surrogate) */
3498 /* this is an unmatched lead code unit (1st surrogate) */
3741 /* this is an unmatched lead code unit (1st surrogate) */
4158 /* this is an unmatched lead code unit (1st surrogate) */
4732 /* offsets for n-byte UTF-8 sequences that were calculated with ((lead<<6)+trail)<<6+trail... */
4794 * or runs into a lead byte.
4810 /* exit the conversion loop before the lead byte if there are not enough trail bytes for it */
5091 * or runs into a lead byte.
5107 /* exit the conversion loop before the lead byte if there are not enough trail bytes for it */
5350 /* all bytes that cause a state transition from state 0 are lead bytes */
5357 * to check whether a byte is a lead byte.