Searched refs:u_sprintf_u (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/icu/source/test/iotest/ |
D | iotest.cpp | 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() [all …]
|
D | strtst.c | 223 u_sprintf_u(uStringBuf, myUString); in TestString() 229 retVal = u_sprintf_u(uStringBuf, myUString+10); in TestString()
|
/external/icu4c/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/icu4c/io/ |
D | sprintf.c | 116 u_sprintf_u(UChar *buffer, in u_sprintf_u() function
|
/external/chromium_org/third_party/icu/source/io/unicode/ |
D | ustdio.h | 808 u_sprintf_u(UChar *buffer,
|
/external/chromium_org/third_party/icu/source/io/ |
D | sprintf.c | 116 u_sprintf_u(UChar *buffer, in u_sprintf_u() function
|
/external/icu4c/io/unicode/ |
D | ustdio.h | 848 u_sprintf_u(UChar *buffer,
|
/external/icu4c/common/unicode/ |
D | urename.h | 337 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 348 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|