Home | History | Annotate | Download | only in intltest

Lines Matching full:u_strlen

458     int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0;
465 tSrcLen = u_strlen(src);
541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status);
568 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
624 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
807 int32_t srcLen = u_strlen(src); //subtract null
812 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);
881 int32_t srcLen = u_strlen(start);
1000 int32_t srcLen = u_strlen(src);
1206 int32_t srcLen = u_strlen(src); //subtract null
1209 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE);