Lines Matching refs:u_strcmp
179 if(u_strcmp(temp,dataTable[i][j])!=0) in TestStringFunctions()
183 if(u_strcmp(dataTable[0][0], dataTable[1][1])==0) in TestStringFunctions()
193 if(u_strcmp(temp,dataTable[i+2][j])!=0) in TestStringFunctions()
215 if(u_strcmp(u_strncat(temp,dataTable[i+2][j],k),dataTable[i][j])!=0) in TestStringFunctions()
243 if(u_strcmp(temp, dataTable[i][j])!=0) in TestStringFunctions()
358 if (u_strcmp(ptr, currTokenBuf) != 0) { in TestStringFunctions()
402 if (ptr == NULL || u_strcmp(ptr, temp) != 0) { in TestStringFunctions()
455 r2=u_strcmp(strings[i], strings[i+1]); in TestStringFunctions()
467 if(_SIGN(r1)!=_SIGN(u_strcmp(strings[i], strings[i+1]))) { in TestStringFunctions()
977 if(u_strcmp(temp, uchars) != 0) { in TestStringCopy()
1101 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()
1108 if(length!=explength || u_strcmp(buffer, expect)!=0) { in TestUnescape()