Home | History | Annotate | Download | only in common

Lines Matching refs:start2

686     const UChar *start1, *start2, *limit1, *limit2;
691 start2=s2;
742 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
787 limit2=start2+length2;
805 (UTF_IS_TRAIL(c2) && start2!=s2 && UTF_IS_LEAD(*(s2-1)))