Home | History | Annotate | Download | only in common

Lines Matching refs:limit2

687     const UChar *start1, *start2, *limit1, *limit2;
715 limit1=limit2=NULL;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
788 limit2=start2+length2;
805 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||