Home | History | Annotate | Download | only in iotest

Lines Matching defs:i64

214     int64_t i64;
278 i64 = uto64(argument);
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
280 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i64);
379 int64_t i64, expected64;
469 uBufferLenReturned = u_sscanf_u(argument, format, &i64);
470 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i64);
471 if (i64 != expected64) {
583 int64_t i64;
634 i64 = uto64(argument);
635 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);