Home | History | Annotate | Download | only in intltest

Lines Matching refs:bogus

590     FieldPosition bogus(FieldPosition::DONT_CARE);
594 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
597 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
600 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
603 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
606 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
609 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
612 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
615 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
618 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status));
621 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status));
624 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
649 FieldPosition bogus(FieldPosition::DONT_CARE);
653 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
656 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
659 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
662 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
665 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
668 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
671 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
674 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
677 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status));
680 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status));
683 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status));
807 FieldPosition bogus(FieldPosition::DONT_CARE);
810 logln(form1->format(testArgs, 2, result, bogus, status));
813 logln(form2->format(testArgs, 2, result, bogus, status));