Home | History | Annotate | Download | only in common

Lines Matching refs:start2

687     const UChar *start1, *start2, *limit1, *limit2;
692 start2=s2;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
788 limit2=start2+length2;
806 (U16_IS_TRAIL(c2) && start2!=s2 && U16_IS_LEAD(*(s2-1)))