Home | History | Annotate | Download | only in common

Lines Matching refs:start2

690     const UChar *start1, *start2, *limit1, *limit2;
695 start2=s2;
746 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
791 limit2=start2+length2;
809 (U16_IS_TRAIL(c2) && start2!=s2 && U16_IS_LEAD(*(s2-1)))