• Home
  • Raw
  • Download

Lines Matching refs:df

165         SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);  in test4099975()  local
168 format0 = df->format(d, format0); in test4099975()
170 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
174 format1 = df->format(d, format1); in test4099975()
180 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
187 delete df; in test4099975()
197 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
199 df->setDateFormatSymbols(*symbols); in test4099975()
201 format0 = df->format(d, format0); in test4099975()
203 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
207 format1 = df->format(d, format1); in test4099975()
213 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
220 delete df; in test4099975()
228 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() local
231 format0 = df->format(d, format0); in test4099975()
233 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
237 format1 = df->format(d, format1); in test4099975()
243 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
250 delete df; in test4099975()
257 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
259 df-> adoptDateFormatSymbols(symbols); in test4099975()
261 format0 = df->format(d, format0); in test4099975()
263 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
267 format1 = df->format(d, format1); in test4099975()
273 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
280 delete df; in test4099975()