Lines Matching refs:dbl
214 double dbl; in DataDrivenPrintf() local
257 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintf()
258 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl); in DataDrivenPrintf()
259 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl); in DataDrivenPrintf()
379 double dbl, expectedDbl; in DataDrivenScanf() local
423 uBufferLenReturned = u_sscanf_u(argument, format, &dbl); in DataDrivenScanf()
425 if (dbl != expectedDbl) { in DataDrivenScanf()
427 i, dbl, expectedDbl); in DataDrivenScanf()
583 double dbl; in DataDrivenPrintfPrecision() local
617 dbl = atof(u_austrcpy(cBuffer, argument)); in DataDrivenPrintfPrecision()
618 uBufferLenReturned = u_sprintf_u(uBuffer, format, precision, dbl); in DataDrivenPrintfPrecision()