Searched refs:enFormat (Results 1 – 3 of 3) sorted by relevance
751 …SimpleDateFormat *enFormat = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kF… in testAPI() local753 enFormat->setTimeZone(*enZone); in testAPI()758 enFormat->applyPattern(bestPattern); in testAPI()760 resultDate = enFormat->format(testDate, resultDate); in testAPI()771 delete enFormat; in testAPI()
188 …SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, Date… in TestSimple() local189 enFormat.setTimeZone(enZone); in TestSimple()215 enFormat.applyPattern(pat); in TestSimple()216 String formattedDate = enFormat.format(sampleDate); in TestSimple()
185 …SimpleDateFormat enFormat = (SimpleDateFormat)DateFormat.getDateTimeInstance(DateFormat.FULL, Date… in TestSimple() local186 enFormat.setTimeZone(enZone); in TestSimple()212 enFormat.applyPattern(pat); in TestSimple()213 String formattedDate = enFormat.format(sampleDate); in TestSimple()