Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp624 UnicodeString rDate; in testAPI() local
626 rDate.remove(); in testAPI()
627 rDate = sdf.format(testDate1, rDate); in testAPI()
630 logln(UnicodeString(" Formatted date:") + rDate); in testAPI()
632 if ( expR!= rDate ) { in testAPI()
633 errln(UnicodeString("\nERROR: Test Japanese month hack Got: ") + rDate + in testAPI()
649 UnicodeString rDate; in testAPI() local
651 rDate.remove(); in testAPI()
652 rDate = sdf.format(testDate1, rDate); in testAPI()
655 logln(UnicodeString(" Formatted date:") + rDate); in testAPI()
[all …]