Home | History | Annotate | Download | only in iotest

Lines Matching refs:ubuf

125     UChar ubuf[256];
196 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
202 ubuf[len]=0;
204 if(u_strlen(compare) != u_strlen(ubuf))
209 if(u_strcmp(compare, ubuf))
231 UChar ubuf[256];
235 f = u_fstropen(ubuf, UPRV_LENGTHOF(ubuf), "en_US_POSIX");
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))