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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp481 UnicodeString rDate; local
483 rDate.remove();
484 rDate = sdf.format(testDate1, rDate);
487 logln(UnicodeString(" Formatted date:") + rDate);
489 if ( expR!= rDate ) {
490 errln(UnicodeString("\nERROR: Test Japanese month hack Got: ") + rDate +
506 UnicodeString rDate; local
508 rDate.remove();
509 rDate
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp553 UnicodeString rDate; local
555 rDate.remove();
556 rDate = sdf.format(testDate1, rDate);
559 logln(UnicodeString(" Formatted date:") + rDate);
561 if ( expR!= rDate ) {
562 errln(UnicodeString("\nERROR: Test Japanese month hack Got: ") + rDate +
578 UnicodeString rDate; local
580 rDate.remove();
581 rDate
[all...]

Completed in 152 milliseconds