Home | History | Annotate | Download | only in iotest

Lines Matching full:i64

205     int64_t i64;
269 i64 = uto64(argument);
270 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
271 uFileBufferLenReturned = u_fprintf_u(testFile, format, i64);
372 int64_t i64, expected64;
462 uBufferLenReturned = u_sscanf_u(argument, format, &i64);
463 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i64);
464 if (i64 != expected64) {
576 int64_t i64;
627 i64 = uto64(argument);
628 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);