Lines Matching refs:timeFormatter

420 	ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
421 if (timeFormatter.Get() == NULL)
429 timeFormatter->format((UDate)time * 1000, icuString);
457 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
458 if (timeFormatter.Get() == NULL)
466 timeFormatter->setTimeZone(*icuTimeZone.Get());
472 timeFormatter->format((UDate)time * 1000, icuString);
495 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
496 if (timeFormatter.Get() == NULL)
500 timeFormatter->format((UDate)time * 1000, icuString);
523 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
524 if (timeFormatter.Get() == NULL)
528 timeFormatter->format((UDate)time * 1000, icuString);
550 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
551 if (timeFormatter.Get() == NULL)
559 timeFormatter->setTimeZone(*icuTimeZone.Get());
563 timeFormatter->format((UDate)time * 1000, icuString);
584 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
585 if (timeFormatter.Get() == NULL)
593 timeFormatter->setTimeZone(*icuTimeZone.Get());
597 timeFormatter->format((UDate)time * 1000, icuString);
617 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
618 if (timeFormatter.Get() == NULL)
625 timeFormatter->format((UDate)time * 1000, icuString, &positionIterator,
663 ObjectDeleter<DateFormat> timeFormatter(_CreateTimeFormatter(format));
664 if (timeFormatter.Get() == NULL)
672 timeFormatter->format((UDate)time(&now) * 1000, icuString,
873 DateFormat* timeFormatter
875 if (timeFormatter == NULL)
879 = static_cast<SimpleDateFormat*>(timeFormatter);
884 return timeFormatter;