Home | History | Annotate | Download | only in iotest

Lines Matching refs:compare

124     UChar compare[] = { 0xfeff, 0x03a3, 0x03c4, 0x03b5, 0x03c6, 0x1f00, 0x03bd, 0x03bf, 0x03c2, 0x043C, 0x0000 };
196 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
198 if(len != u_strlen(compare))
200 log_err("Wanted %d UChars from file, got %d\n", u_strlen(compare), len);
204 if(u_strlen(compare) != u_strlen(ubuf))
206 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), len);
209 if(u_strcmp(compare, ubuf))
230 UChar compare[] = { 0x03a3, 0x03c4, 0x03b5, 0x03c6, 0x1f00, 0x03bd, 0x03bf, 0x03c2, 0x043C, 0x0000 };
293 if(u_strlen(compare) != u_strlen(ubuf))
295 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), u_strlen(ubuf));
298 if(u_strcmp(compare, ubuf))