Lines Matching refs:u_strlen
462 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0; in testAPI()
469 tSrcLen = u_strlen(src); in testAPI()
549 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status); in testAPI()
576 …destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &st… in testAPI()
632 …destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &stat… in testAPI()
815 int32_t srcLen = u_strlen(src); //subtract null in testCompare()
820 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testCompare()
889 int32_t srcLen = u_strlen(start);
1008 int32_t srcLen = u_strlen(src); in testChaining()
1214 int32_t srcLen = u_strlen(src); //subtract null in testRootLabelSeparator()
1217 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testRootLabelSeparator()