Home | History | Annotate | Download | only in iotest

Lines Matching refs:ubuf

122     UChar ubuf[256];
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256];
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
292 log_err("Wanted %d UChars from file, but u_strlen() returns %d\n", u_strlen(compare), u_strlen(ubuf));
295 if(u_strcmp(compare, ubuf))