Home | History | Annotate | Download | only in iotest

Lines Matching refs:u_sprintf_u

258                     uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
263 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
268 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
273 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
278 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
283 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer);
287 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument);
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);