Home | History | Annotate | Download | only in iotest

Lines Matching defs:i16

211     int16_t i16;
267 i16 = (int16_t)uto64(argument);
268 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
269 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
376 int16_t i16, expected16;
450 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
451 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
452 if (i16 != expected16) {
454 i, i16, expected16);
580 int16_t i16;
625 i16 = (int16_t)uto64(argument);
626 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16);