Searched refs:u_sprintf_u (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 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() 619 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl); in DataDrivenPrintfPrecision() 623 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8); in DataDrivenPrintfPrecision() 627 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16); in DataDrivenPrintfPrecision() [all …]
|
D | strtst.c | 223 u_sprintf_u(uStringBuf, myUString); in TestString() 229 retVal = u_sprintf_u(uStringBuf, myUString+10); in TestString()
|
/external/icu/icu4c/source/io/ |
D | sprintf.c | 116 u_sprintf_u(UChar *buffer, in u_sprintf_u() function
|
/external/icu/icu4c/source/io/unicode/ |
D | ustdio.h | 873 u_sprintf_u(UChar *buffer,
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 342 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|