Home | History | Annotate | Download | only in common

Lines Matching refs:limit2

686     const UChar *start1, *start2, *limit1, *limit2;
714 limit1=limit2=NULL;
742 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
787 limit2=start2+length2;
804 (c2<=0xdbff && (s2+1)!=limit2 && UTF_IS_TRAIL(*(s2+1))) ||