Home | History | Annotate | Download | only in common

Lines Matching refs:limit2

689     const UChar *start1, *start2, *limit1, *limit2;
717 limit1=limit2=NULL;
745 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
790 limit2=start2+length2;
807 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||