Lines Matching refs:fExpect
264 double fExpect; member in NumTest
292 fExpect(expect), in NumTest()
309 if(U_SUCCESS(setupStatus) && trial!=fExpect) { in warmup()
312 fFile,fLine,getName(),trial,fExpect); in warmup()
392 double fExpect; member in NumFmtTest
420 fExpect(expect), in NumFmtTest()
437 int32_t trial = unum_formatDouble(fFmt,fExpect, buf, 100, NULL, &setupStatus); in warmup()
456 trial = unum_formatDouble(fFmt,fExpect, buf, 100, NULL, &setupStatus); in run()
477 int64_t fExpect; member in NumFmtInt64Test
544 fExpect(expect), in NumFmtInt64Test()
561 int32_t trial = unum_formatInt64(fFmt,fExpect, buf, 100, NULL, &setupStatus); in warmup()
580 trial = unum_formatInt64(fFmt,fExpect, buf, 100, NULL, &setupStatus); in run()
604 const StringPiece &fExpect; member in NumFmtStringPieceTest
618 sprintf(name,"%s:p=|%s|,str=|%s|,sp=|%s|",getClassName(),fCPat,fCStr, fExpect.data()); in getName()
635 fExpect(expect), in NumFmtStringPieceTest()
653 ((const DecimalFormat*)fFmt)->format(fExpect, buf, NULL, setupStatus); in warmup()
675 ((const DecimalFormat*)fFmt)->format(fExpect, buf, NULL, setupStatus); in run()