Home | History | Annotate | Download | only in cintltst

Lines Matching full:srclen

603         int32_t srcLen;
619 srcLen = u_strlen(src);
621 testCompareWithSrc(src,srcLen,src,srcLen,testName, func, TRUE);
624 testCompareWithSrc(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
628 testCompareWithSrc(src,srcLen,uni1,u_strlen(uni1),testName, func,FALSE);
630 testCompareWithSrc(src,srcLen,uni0,u_strlen(uni0),testName, func,FALSE);
634 testCompareWithSrc(src,srcLen,ascii1,u_strlen(ascii1),testName, func,FALSE);
636 testCompareWithSrc(src,srcLen,ascii0,u_strlen(ascii0),testName, func,FALSE);
708 int32_t srcLen = u_strlen(src);
714 destLen = uidna_toASCII(src, srcLen, dest, destLen,UIDNA_DEFAULT, &ps, &status);
719 if(u_strncmp(input[i], dest, srcLen)!=0){