Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/iotest/
Diotest.cpp207 int32_t uBufferLenReturned; in DataDrivenPrintf() local
250 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl); in DataDrivenPrintf()
255 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8); in DataDrivenPrintf()
260 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16); in DataDrivenPrintf()
265 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32); in DataDrivenPrintf()
270 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64); in DataDrivenPrintf()
275 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer); in DataDrivenPrintf()
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument); in DataDrivenPrintf()
283 uBufferLenReturned = 0; in DataDrivenPrintf()
295 if (uBufferLenReturned <= 0) { in DataDrivenPrintf()
[all …]
/external/icu4c/test/iotest/
Diotest.cpp215 int32_t uBufferLenReturned; in DataDrivenPrintf() local
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()
291 uBufferLenReturned = 0; in DataDrivenPrintf()
303 if (uBufferLenReturned <= 0) { in DataDrivenPrintf()
[all …]