Home | History | Annotate | Download | only in iotest

Lines Matching refs:u_file_read

586     how_many = u_file_read(buffer, 1024, myFile);
588 log_err("u_file_read read too much or not enough data\n");
866 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
886 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile);
895 u_file_read(testBuf, 1, myFile);
899 retVal = u_file_read(testBuf + 1, u_strlen(strABAccentA) - 1, myFile);
907 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);