Lines Matching full:precision
581 int32_t precision;
610 precision=testCase->getInt28("precision", errorCode);
622 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
626 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
630 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16);
634 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i32);
638 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);
642 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, cBuffer);
645 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, argument);