Source code
Revision control
Copy as Markdown
Other Tools
#ifndef icu4x_ZonedDateFormatterGregorian_D_HPP
#define icu4x_ZonedDateFormatterGregorian_D_HPP
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <memory>
#include <functional>
#include <optional>
#include <cstdlib>
#include "../diplomat_runtime.hpp"
namespace icu4x {
namespace capi { struct DataProvider; }
class DataProvider;
namespace capi { struct DateFormatterGregorian; }
class DateFormatterGregorian;
namespace capi { struct IsoDate; }
class IsoDate;
namespace capi { struct Locale; }
class Locale;
namespace capi { struct TimeZoneInfo; }
class TimeZoneInfo;
namespace capi { struct ZonedDateFormatterGregorian; }
class ZonedDateFormatterGregorian;
class DateTimeFormatterLoadError;
class DateTimeWriteError;
}
namespace icu4x {
namespace capi {
struct ZonedDateFormatterGregorian;
} // namespace capi
} // namespace
namespace icu4x {
/**
* See the [Rust documentation for `FixedCalendarDateTimeFormatter`](https://docs.rs/icu/latest/icu/datetime/struct.FixedCalendarDateTimeFormatter.html) for more information.
*/
class ZonedDateFormatterGregorian {
public:
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `SpecificLong`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.SpecificLong.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_specific_long(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `SpecificLong`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.SpecificLong.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_specific_long_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `SpecificShort`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.SpecificShort.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_specific_short(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `SpecificShort`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.SpecificShort.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_specific_short_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `LocalizedOffsetLong`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.LocalizedOffsetLong.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_localized_offset_long(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `LocalizedOffsetLong`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.LocalizedOffsetLong.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_localized_offset_long_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `LocalizedOffsetShort`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.LocalizedOffsetShort.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_localized_offset_short(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `LocalizedOffsetShort`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.LocalizedOffsetShort.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_localized_offset_short_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `GenericLong`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.GenericLong.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_generic_long(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `GenericLong`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.GenericLong.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_generic_long_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `GenericShort`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.GenericShort.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_generic_short(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `GenericShort`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.GenericShort.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_generic_short_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `Location`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.Location.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_location(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `Location`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.Location.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_location_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `ExemplarCity`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.ExemplarCity.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_exemplar_city(const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* Creates a zoned formatter based on a non-zoned formatter.
*
* Caution: The locale provided here must match the locale used to construct the non-zoned formatter,
* or else unexpected behavior may occur!
*
* See the [Rust documentation for `ExemplarCity`](https://docs.rs/icu/latest/icu/datetime/fieldsets/zone/struct.ExemplarCity.html) for more information.
*/
inline static diplomat::result<std::unique_ptr<icu4x::ZonedDateFormatterGregorian>, icu4x::DateTimeFormatterLoadError> create_exemplar_city_with_provider(const icu4x::DataProvider& provider, const icu4x::Locale& locale, const icu4x::DateFormatterGregorian& formatter);
/**
* See the [Rust documentation for `format`](https://docs.rs/icu/latest/icu/datetime/struct.FixedCalendarDateTimeFormatter.html#method.format) for more information.
*/
inline diplomat::result<std::string, icu4x::DateTimeWriteError> format_iso(const icu4x::IsoDate& date, const icu4x::TimeZoneInfo& zone) const;
inline const icu4x::capi::ZonedDateFormatterGregorian* AsFFI() const;
inline icu4x::capi::ZonedDateFormatterGregorian* AsFFI();
inline static const icu4x::ZonedDateFormatterGregorian* FromFFI(const icu4x::capi::ZonedDateFormatterGregorian* ptr);
inline static icu4x::ZonedDateFormatterGregorian* FromFFI(icu4x::capi::ZonedDateFormatterGregorian* ptr);
inline static void operator delete(void* ptr);
private:
ZonedDateFormatterGregorian() = delete;
ZonedDateFormatterGregorian(const icu4x::ZonedDateFormatterGregorian&) = delete;
ZonedDateFormatterGregorian(icu4x::ZonedDateFormatterGregorian&&) noexcept = delete;
ZonedDateFormatterGregorian operator=(const icu4x::ZonedDateFormatterGregorian&) = delete;
ZonedDateFormatterGregorian operator=(icu4x::ZonedDateFormatterGregorian&&) noexcept = delete;
static void operator delete[](void*, size_t) = delete;
};
} // namespace
#endif // icu4x_ZonedDateFormatterGregorian_D_HPP