Lines Matching refs:df
166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() local
169 format0 = df->format(d, format0); in test4099975()
171 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
175 format1 = df->format(d, format1); in test4099975()
181 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
188 delete df; in test4099975()
198 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
200 df->setDateFormatSymbols(*symbols); in test4099975()
202 format0 = df->format(d, format0); in test4099975()
204 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
208 format1 = df->format(d, format1); in test4099975()
214 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
221 delete df; in test4099975()
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() local
232 format0 = df->format(d, format0); in test4099975()
234 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
238 format1 = df->format(d, format1); in test4099975()
244 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
251 delete df; in test4099975()
258 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
260 df-> adoptDateFormatSymbols(symbols); in test4099975()
262 format0 = df->format(d, format0); in test4099975()
264 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
268 format1 = df->format(d, format1); in test4099975()
274 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
281 delete df; in test4099975()