Searched refs:rDate (Results 1 – 1 of 1) sorted by relevance
624 UnicodeString rDate; in testAPI() local626 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() local651 rDate.remove(); in testAPI()652 rDate = sdf.format(testDate1, rDate); in testAPI()655 logln(UnicodeString(" Formatted date:") + rDate); in testAPI()[all …]