HomeSort by relevance Sort by last modified time
    Searched refs:u_sprintf_u (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/iotest/
iotest.cpp 262 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
267 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
272 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
277 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
282 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
287 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer);
291 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument);
622 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
626 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
630 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16)
    [all...]
strtst.c 226 u_sprintf_u(uStringBuf, myUString);
232 retVal = u_sprintf_u(uStringBuf, myUString+10);
  /external/icu/icu4c/source/io/
sprintf.cpp 118 u_sprintf_u(UChar *buffer, function
  /external/icu/icu4c/source/io/unicode/
ustdio.h     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 339 #define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) macro
    [all...]

Completed in 289 milliseconds