• Home
  • Raw
  • Download

Lines Matching refs:bogus

595     FieldPosition bogus(FieldPosition::DONT_CARE);  in Test4106661()  local
599 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661()
602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
605 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
608 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661()
611 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661()
614 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661()
617 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661()
620 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661()
623 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661()
626 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status)); in Test4106661()
629 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4106661()
654 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4094906() local
658 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4094906()
661 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4094906()
664 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4094906()
667 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4094906()
670 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4094906()
673 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4094906()
676 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4094906()
679 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4094906()
682 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4094906()
685 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status)); in Test4094906()
688 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4094906()
812 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4105380() local
815 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380()
818 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()