Home
last modified time | relevance | path

Searched refs:uBufferLenReturned (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Diotest.cpp216 int32_t uBufferLenReturned; in DataDrivenPrintf() local
259 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl); in DataDrivenPrintf()
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8); in DataDrivenPrintf()
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16); in DataDrivenPrintf()
274 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32); in DataDrivenPrintf()
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64); in DataDrivenPrintf()
284 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer); in DataDrivenPrintf()
288 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument); in DataDrivenPrintf()
292 uBufferLenReturned = 0; in DataDrivenPrintf()
304 if (uBufferLenReturned <= 0) { in DataDrivenPrintf()
[all …]