Searched refs:u_sprintf_u (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 262 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl); in DataDrivenPrintf() 267 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8); in DataDrivenPrintf() 272 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16); in DataDrivenPrintf() 277 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32); in DataDrivenPrintf() 282 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64); in DataDrivenPrintf() 287 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer); in DataDrivenPrintf() 291 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument); in DataDrivenPrintf() 659 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl); in DataDrivenPrintfPrecision() 663 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8); in DataDrivenPrintfPrecision() 667 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16); in DataDrivenPrintfPrecision() [all …]
|
D | strtst.c | 226 u_sprintf_u(uStringBuf, myUString); in TestString() 232 retVal = u_sprintf_u(uStringBuf, myUString+10); in TestString()
|
/external/icu/icu4c/source/io/ |
D | sprintf.cpp | 118 u_sprintf_u(UChar *buffer, in u_sprintf_u() function
|
/external/icu/icu4c/source/io/unicode/ |
D | ustdio.h | 876 u_sprintf_u(UChar *buffer,
|
/external/icu/libicu/cts_headers/unicode/ |
D | urename.h | 347 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 347 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 347 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 347 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
|