Searched refs:uFormat (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/samples/date/ |
D | date.c | 253 UChar uFormat[100]; in date() local 269 charsToUCharsDefault(uFormat,sizeof(uFormat)/sizeof(uFormat[0]),format,-1,status); in date() 270 udat_applyPattern(fmt,FALSE,uFormat,-1); in date() 298 UChar uFormat[100]; in getWhen() local 324 charsToUCharsDefault(uFormat,sizeof(uFormat)/sizeof(uFormat[0]), format,-1,status); in getWhen() 325 udat_applyPattern(fmt,FALSE,uFormat,-1); in getWhen()
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 361 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 366 uNumPrinted = u_sprintf(uBuffer, uFormat, uValue);\ 370 log_err("%" uFormat " Got: \"%s\", Expected: \"%s\"\n", compBuffer, buffer);\ 373 log_err("%" uFormat " number printed Got: %d, Expected: %d\n", uNumPrinted, cNumPrinted);\ 376 log_err("%" uFormat " too much stored\n");\
|
D | filetst.c | 1123 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) \ argument 1126 log_err("Can't write test file for %s.\n", uFormat);\ 1133 uNumPrinted = u_fprintf(myFile, uFormat, uValue);\ 1141 log_err("%" uFormat " Got: \"%s\", Expected: \"%s\"\n", compBuffer, buffer);\ 1144 log_err("%" uFormat " number printed Got: %d, Expected: %d\n", uNumPrinted, cNumPrinted);\ 1147 log_err("%" uFormat " too much stored\n");\
|