Home | History | Annotate | Download | only in intltest

Lines Matching refs:rDate

539         UnicodeString rDate;
541 rDate.remove();
542 rDate = sdf.format(testDate1, rDate);
545 logln(UnicodeString(" Formatted date:") + rDate);
547 if ( expR!= rDate ) {
548 errln(UnicodeString("\nERROR: Test Japanese month hack Got: ") + rDate +
564 UnicodeString rDate;
566 rDate.remove();
567 rDate = sdf.format(testDate1, rDate);
570 logln(UnicodeString(" Formatted date:") + rDate);
571 if ( expR!= rDate ) {
572 errln(UnicodeString("\nERROR: Test Chinese month hack Got: ") + rDate +