Home | History | Annotate | Download | only in common

Lines Matching refs:length1

139 unorm_cmpEquivFold(const UChar *s1, int32_t length1,
192 if(length1==-1) {
195 limit1=s1+length1;
533 unorm_compare(const UChar *s1, int32_t length1,
548 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
603 isFCD1= UNORM_YES==unorm_internalQuickCheck(s1, length1, mode, TRUE, nx, pErrorCode);
620 s1, length1,
634 s1, length1,
643 length1=_len1;
676 result=unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode);