• Home
  • Raw
  • Download

Lines Matching refs:srcLen

815         int32_t srcLen = u_strlen(src); //subtract null  in testCompare()  local
817 testCompare(src,srcLen,src,srcLen,testName, func, TRUE); in testCompare()
820 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testCompare()
824 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE); in testCompare()
826 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE); in testCompare()
830 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare()
832 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE); in testCompare()
889 int32_t srcLen = u_strlen(start);
890 labelLen = getNextSeperator(start,srcLen,&limit);
892 labelLen=getNextSeperator(start,srcLen-labelLen,&limit);
1008 int32_t srcLen = u_strlen(src); in testChaining() local
1088 expectedLen = func(src,srcLen,expected,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1123 …expectedLen = func(src,srcLen,expected,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, … in testChaining()
1214 int32_t srcLen = u_strlen(src); //subtract null in testRootLabelSeparator() local
1217 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testRootLabelSeparator()
1220 testCompare(src,srcLen,src,srcLen,testName, func,TRUE); in testRootLabelSeparator()
1230 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE); in testRootLabelSeparator()
1232 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE); in testRootLabelSeparator()
1236 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testRootLabelSeparator()
1238 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE); in testRootLabelSeparator()
1436 void TestIDNA::testCompareReferenceImpl(const UChar* src, int32_t srcLen){ in testCompareReferenceImpl() argument
1437 UnicodeString label(src,srcLen); in testCompareReferenceImpl()
1541 int32_t srcLen = 0; in TestCompareReferenceImpl() local
1564 srcLen =2; in TestCompareReferenceImpl()
1568 srcLen = 1; in TestCompareReferenceImpl()
1570 testCompareReferenceImpl(src, srcLen); in TestCompareReferenceImpl()