• Home
  • Raw
  • Download

Lines Matching refs:bogus

596     FieldPosition bogus(FieldPosition::DONT_CARE);  in Test4106661()  local
600 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661()
603 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
606 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661()
609 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661()
612 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661()
615 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661()
618 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661()
621 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661()
624 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661()
627 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status)); in Test4106661()
630 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4106661()
655 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4094906() local
659 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4094906()
662 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4094906()
665 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4094906()
668 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4094906()
671 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4094906()
674 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4094906()
677 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4094906()
680 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4094906()
683 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4094906()
686 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status)); in Test4094906()
689 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4094906()
813 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4105380() local
816 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380()
819 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()