• Home
  • Raw
  • Download

Lines Matching refs:logln

26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"…
106 logln("Formatted with one extra param : " + tempBuffer); in Test4074764()
125 logln("Formatted with no params : " + tempBuffer); in Test4074764()
131 logln("Formatted with extra params : " + tempBuffer); in Test4074764()
188 logln("Apply with pattern : " + pattern1); in Test4031438()
200 logln("Formatted with 7 : " + tempBuffer); in Test4031438()
258 logln("Apply with pattern : " + pattern2); in Test4031438()
265 logln("Formatted with params : " + tempBuffer); in Test4031438()
294 logln(UnicodeString("unparsable string , should fail at ") + pos.getErrorIndex()); in Test4052223()
343 logln(cf == NULL ? "TRUE" : "FALSE"); in Test4104976()
493 logln("pattern: \"" + pattern + "\""); in Test4116444()
511 logln(""); in Test4116444()
538 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4114739()
541 logln("\"" + mf->format(objs1, 0, res, pos, status) + "\""); in Test4114739()
567 logln("pattern before: \"" + mf->toPattern(pat) + "\""); in Test4113018()
568 logln("illegal pattern: \"" + illegalPattern + "\""); in Test4113018()
590 logln("Formatter Pattern : " + fmt->toPattern(pat)); in Test4106661()
596logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661()
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), 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 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661()
608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661()
611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661()
614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661()
617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661()
620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661()
623 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status)); in Test4106661()
626 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4106661()
655logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4094906()
658 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), 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 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4094906()
667 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4094906()
670 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4094906()
673 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4094906()
676 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4094906()
679 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4094906()
682 logln("Format with NaN : " + fmt->format(Formattable(uprv_getNaN()), str, bogus, status)); in Test4094906()
685 logln("Format with +INF : " + fmt->format(Formattable(uprv_getInfinity()), str, bogus, status)); in Test4094906()
714 logln(UnicodeString("") + i + ". pattern :\"" + mf->toPattern(pat) + "\""); in Test4118592()
717 logln(" null"); in Test4118592()
721 logln((UnicodeString)" " + objs[0].getString(temp)); in Test4118592()
723logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0]… in Test4118592()
746 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4118594()
747 logln("text for parsing: \"" + forParsing + "\""); in Test4118594()
760 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4118594()
761 logln("text for parsing: \"" + result + "\""); in Test4118594()
812 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380()
815 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()
836 logln("pattern: \"" + mf->toPattern(pat) + "\""); in Test4120552()
844 logln(" (incorrectly formatted string)"); in Test4120552()
848 logln(" (correctly formatted string)"); in Test4120552()
953 logln("Ok: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + "\""); in TestChoicePatternQuote()