Home | History | Annotate | Download | only in iotest

Lines Matching refs:u_sprintf_u

259                     uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
274 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
284 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer);
288 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument);
619 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
623 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
627 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16);
631 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i32);
635 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);
639 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, cBuffer);
642 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, argument);