Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_strlen

452     if (len != u_strlen(uSrc)) {
704 if(u_strlen(str) != strLen || str[strLen]!= 0 ){
800 CONFIRM_INT_EQ(u_strlen(zeroString), 0);
815 CONFIRM_INT_EQ(u_strlen(zeroString), 0);
1452 if(u_strlen(rules) != len){
1716 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 4));
1718 CONFIRM_INT_EQ(len, u_strlen(expected_string));
1720 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
1936 if(strncmp(key, "tag", 3) == 0 && u_strncmp(value, base, u_strlen(base)) == 0){
2106 / for(i=0; i<u_strlen(uchars); i++){