Lines Matching refs:bogus

592     FieldPosition bogus(FieldPosition::DONT_CARE);
596 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
605 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status));
623 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status));
626 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
651 FieldPosition bogus(FieldPosition::DONT_CARE);
655 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
658 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
661 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
664 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
667 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
670 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
673 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
676 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
679 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status));
682 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status));
685 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
809 FieldPosition bogus(FieldPosition::DONT_CARE);
812 logln(form1->format(testArgs, 2, result, bogus, status));
815 logln(form2->format(testArgs, 2, result, bogus, status));