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

  /external/icu4c/samples/date/
date.c 200 UChar uFormat[100];
204 u_charsToUChars(format,uFormat,strlen(format)),
205 udat_applyPattern(fmt,FALSE,uFormat,strlen(format));
  /external/icu4c/test/iotest/
strtst.c 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \
363 uNumPrinted = u_sprintf(uBuffer, uFormat, uValue);\
367 log_err("%" uFormat " Got: \"%s\", Expected: \"%s\"\n", compBuffer, buffer);\
370 log_err("%" uFormat " number printed Got: %d, Expected: %d\n", uNumPrinted, cNumPrinted);\
373 log_err("%" uFormat " too much stored\n");\