Home | History | Annotate | Download | only in iotest

Lines Matching defs:precision

577     int32_t precision;
606 precision=testCase->getInt28("precision", errorCode);
618 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
622 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
626 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16);
630 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i32);
634 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);
638 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, cBuffer);
641 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, argument);