Searched refs:timeFormatter (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tests/kits/locale/
H A DformatTest.cpp11 BTimeFormat timeFormatter; local
14 if (timeFormatter.Format(123456, &str) != B_OK) {
/haiku-fatelf/src/kits/locale/
H A DLocale.cpp420 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
873 DateFormat* timeFormatter local
[all...]
H A DFormattingConventions.cpp454 ObjectDeleter<DateFormat> timeFormatter(
456 if (timeFormatter.Get() == NULL)
460 = static_cast<SimpleDateFormat*>(timeFormatter.Get());

Completed in 46 milliseconds