Searched refs:rDate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp439 UnicodeString rDate; local
441 rDate.remove();
442 rDate = sdf.format(testDate1, rDate);
445 logln(UnicodeString(" Formatted date:") + rDate);
447 if ( expR!= rDate ) {
448 errln(UnicodeString("\nERROR: Test Japanese month hack Got: ") + rDate +
464 UnicodeString rDate; local
466 rDate.remove();
467 rDate
[all...]
/external/icu4c/test/intltest/
H A Ddtptngts.cpp440 UnicodeString rDate; local
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; local
467 rDate.remove();
468 rDate
[all...]

Completed in 11 milliseconds