Lines Matching refs:u_sprintf_u
258 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl); in DataDrivenPrintf()
263 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8); in DataDrivenPrintf()
268 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16); in DataDrivenPrintf()
273 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32); in DataDrivenPrintf()
278 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64); in DataDrivenPrintf()
283 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer); in DataDrivenPrintf()
287 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument); in DataDrivenPrintf()
618 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl); in DataDrivenPrintfPrecision()
622 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8); in DataDrivenPrintfPrecision()
626 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16); in DataDrivenPrintfPrecision()
630 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i32); in DataDrivenPrintfPrecision()
634 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64); in DataDrivenPrintfPrecision()
638 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, cBuffer); in DataDrivenPrintfPrecision()
641 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, argument); in DataDrivenPrintfPrecision()