Home | History | Annotate | Download | only in common

Lines Matching defs:lead

1030     UChar lead, trail;
1105 lead=(UChar)c;
1116 /* this is an unmatched lead code unit (1st surrogate) */
1159 /* change to Unicode mode and output this (lead, trail) pair */
1166 c=((uint32_t)lead<<16)|trail;
1302 lead=(UChar)c;
1313 /* this is an unmatched lead code unit (1st surrogate) */
1345 } else if(source<sourceLimit && lead==*source && /* too lazy to check trail in same window as source[1] */
1359 c=((uint32_t)lead<<16)|trail;
1520 UChar lead, trail;
1580 lead=(UChar)c;
1590 /* this is an unmatched lead code unit (1st surrogate) */
1630 /* change to Unicode mode and output this (lead, trail) pair */
1634 c=((uint32_t)lead<<16)|trail;
1764 lead=(UChar)c;
1774 /* this is an unmatched lead code unit (1st surrogate) */
1806 } else if(source<sourceLimit && lead==*source && /* too lazy to check trail in same window as source[1] */
1820 c=((uint32_t)lead<<16)|trail;