Home | History | Annotate | Download | only in iotest

Lines Matching refs:uFormat

1111 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \
1114 log_err("Can't write test file for %s.\n", uFormat);\
1121 uNumPrinted = u_fprintf(myFile, uFormat, uValue);\
1129 log_err("%" uFormat " Got: \"%s\", Expected: \"%s\"\n", compBuffer, buffer);\
1132 log_err("%" uFormat " number printed Got: %d, Expected: %d\n", uNumPrinted, cNumPrinted);\
1135 log_err("%" uFormat " too much stored\n");\