Searched refs:enFormat (Results 1 – 3 of 3) sorted by relevance
681 …SimpleDateFormat *enFormat = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kF… in testAPI() local683 enFormat->setTimeZone(*enZone); in testAPI()688 enFormat->applyPattern(bestPattern); in testAPI()690 resultDate = enFormat->format(testDate, resultDate); in testAPI()701 delete enFormat; in testAPI()
111 …SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, Date… in TestSimple() local112 enFormat.setTimeZone(enZone); in TestSimple()138 enFormat.applyPattern(pat); in TestSimple()139 String formattedDate = enFormat.format(sampleDate); in TestSimple()
110 …SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, Date… in TestSimple() local111 enFormat.setTimeZone(enZone); in TestSimple()137 enFormat.applyPattern(pat); in TestSimple()138 String formattedDate = enFormat.format(sampleDate); in TestSimple()