Home | History | Annotate | Download | only in intltest

Lines Matching refs:bogus

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