Home | History | Annotate | Download | only in common

Lines Matching full:length2

140                    const UChar *s2, int32_t length2,
199 if(length2==-1) {
202 limit2=s2+length2;
534 const UChar *s2, int32_t length2,
548 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
604 isFCD2= UNORM_YES==unorm_internalQuickCheck(s2, length2, mode, TRUE, nx, pErrorCode);
648 s2, length2,
662 s2, length2,
671 length2=_len2;
676 result=unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode);