Home | History | Annotate | Download | only in iotest

Lines Matching defs:i8

202     int8_t i8;
254 i8 = (int8_t)uto64(argument);
255 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
256 uFileBufferLenReturned = u_fprintf_u(testFile, format, i8);
369 int8_t i8, expected8;
435 uBufferLenReturned = u_sscanf_u(argument, format, &i8);
436 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i8);
437 if (i8 != expected8) {
439 i, i8, expected8);
573 int8_t i8;
615 i8 = (int8_t)uto64(argument);
616 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);