Lines Matching refs:format
207 UChar format[512];
242 tempStr=testCase->getString("format", errorCode);
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
248 u_austrncpy(cBuffer, format, sizeof(cBuffer));
255 log_verbose("Test %d: format=\"%s\"\n", i, cBuffer);
259 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
260 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl);
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
265 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i8);
269 uBufferLenReturned = u_sprintf_u(uBuffer, format, i16);
270 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i16);
274 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
275 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
279 uBufferLenReturned = u_sprintf_u(uBuffer, format, i64);
280 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i64);
284 uBufferLenReturned = u_sprintf_u(uBuffer, format, cBuffer);
285 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, cBuffer);
288 uBufferLenReturned = u_sprintf_u(uBuffer, format, argument);
289 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, argument);
298 u_austrncpy(cFormat, format, sizeof(cFormat));
327 u_austrncpy(cFormat, format, sizeof(cFormat));
372 UChar format[512];
407 tempStr=testCase->getString("format", errorCode);
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
413 u_austrncpy(cBuffer, format, sizeof(cBuffer));
420 log_verbose("Test %d: format=\"%s\"\n", i, cBuffer);
424 uBufferLenReturned = u_sscanf_u(argument, format, &dbl);
425 //uFileBufferLenReturned = u_fscanf_u(testFile, format, dbl);
433 uBufferLenReturned = u_sscanf_u(argument, format, &flt);
434 //uFileBufferLenReturned = u_fscanf_u(testFile, format, flt);
442 uBufferLenReturned = u_sscanf_u(argument, format, &i8);
443 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i8);
451 uBufferLenReturned = u_sscanf_u(argument, format, &i16);
452 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i16);
460 uBufferLenReturned = u_sscanf_u(argument, format, &i32);
461 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i32);
469 uBufferLenReturned = u_sscanf_u(argument, format, &i64);
470 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i64);
477 uBufferLenReturned = u_sscanf_u(argument, format, cBuffer);
478 //uFileBufferLenReturned = u_fscanf_u(testFile, format, cBuffer);
484 uBufferLenReturned = u_sscanf_u(argument, format, uBuffer);
485 //uFileBufferLenReturned = u_fscanf_u(testFile, format, argument);
487 u_austrcpy(cExpected, format);
502 u_austrncpy(cFormat, format, sizeof(cFormat));
528 u_austrncpy(cFormat, format, sizeof(cFormat));
575 UChar format[512];
601 tempStr=testCase->getString("format", errorCode);
602 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
608 u_austrncpy(cBuffer, format, sizeof(cBuffer));
615 log_verbose("Test %d: format=\"%s\"\n", i, cBuffer);
619 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl);
623 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i8);
627 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i16);
631 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i32);
635 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, i64);
639 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, cBuffer);
642 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, argument);
650 u_austrncpy(cFormat, format, sizeof(cFormat));