Home | History | Annotate | Download | only in intltest

Lines Matching refs:UnicodeString

56     UnicodeString theDate;
66 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal));
68 logln(UnicodeString("OK: got ") + dt + ", wanted " + millis);
69 logln(UnicodeString(" ") + theDate);
181 errln((UnicodeString)"FAIL: Wrong calendar type: " + cal->getType()
217 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
222 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
230 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
235 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
242 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
247 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
254 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
259 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_MONTH is incorrect: "
301 UnicodeString ymd;
311 logln((UnicodeString)"Start: " + startDate);
338 logln((UnicodeString)"(" + i + " days)");
374 errln((UnicodeString)"Fail: [" + cal.getType() + "] " +
381 errln((UnicodeString)"Fail: [" + cal.getType() + "] " +
388 errln((UnicodeString)"Fail: [" + cal.getType() + "] " +
404 UnicodeString buf;
411 buf.append((UnicodeString)"[" + cal.getType() + "] " + FIELD_NAME[f]);
419 buf.append((UnicodeString)" minima range=" + rangeLow + ".." + rangeHigh);
420 buf.append((UnicodeString)" minima actual=" + limits[j][0] + ".." + limits[j][1]);
428 buf.append((UnicodeString)" maxima range=" + rangeLow + ".." + rangeHigh);
429 buf.append((UnicodeString)" maxima actual=" + limits[j][2] + ".." + limits[j][3]);
432 logln((UnicodeString)"OK: " + buf);
437 logln((UnicodeString)"Warning: " + buf);
441 UnicodeString)"End: " + greg.getTime(status));
444 UnicodeString&
445 CalendarLimitTest::ymdToString(const Calendar& cal, UnicodeString& str) {
448 str.append((UnicodeString)"" + cal.get(UCAL_EXTENDED_YEAR, status)