Searched refs:u_sprintf_u (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp259 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
274 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
284 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer);
288 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument);
619 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
623 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
627 uBufferLenReturned = u_sprintf_u(uBuffe
[all...]
H A Dstrtst.c223 u_sprintf_u(uStringBuf, myUString);
229 retVal = u_sprintf_u(uStringBuf, myUString+10);
/external/icu/icu4c/source/io/
H A Dsprintf.c116 u_sprintf_u(UChar *buffer, function
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h873 u_sprintf_u(UChar *buffer,
901 * This is identical to <TT>u_sprintf_u</TT>, except that it will
909 * @see u_sprintf_u
934 * @see u_sprintf_u
/external/icu/icu4c/source/common/unicode/
H A Durename.h342 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro

Completed in 91 milliseconds