Searched refs:enFormat (Results 1 – 3 of 3) sorted by relevance
676 …SimpleDateFormat *enFormat = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kF… in testAPI() local678 enFormat->setTimeZone(*enZone); in testAPI()683 enFormat->applyPattern(bestPattern); in testAPI()685 resultDate = enFormat->format(testDate, resultDate); in testAPI()696 delete enFormat; in testAPI()
95 …SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, Date… in TestSimple() local96 enFormat.setTimeZone(enZone); in TestSimple()122 enFormat.applyPattern(pat); in TestSimple()123 String formattedDate = enFormat.format(sampleDate); in TestSimple()
91 …SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, Date… in TestSimple() local92 enFormat.setTimeZone(enZone); in TestSimple()118 enFormat.applyPattern(pat); in TestSimple()119 String formattedDate = enFormat.format(sampleDate); in TestSimple()