Home | History | Annotate | Download | only in intltest

Lines Matching full:rdate

440         UnicodeString rDate;
442 rDate.remove();
443 rDate = sdf.format(testDate1, rDate);
446 logln(UnicodeString(" Formatted date:") + rDate);
448 if ( expR!= rDate ) {
449 errln(UnicodeString("\nERROR: Test Japanese month hack Got: ") + rDate +
465 UnicodeString rDate;
467 rDate.remove();
468 rDate = sdf.format(testDate1, rDate);
471 logln(UnicodeString(" Formatted date:") + rDate);
472 if ( expR!= rDate ) {
473 errln(UnicodeString("\nERROR: Test Chinese month hack Got: ") + rDate +