|
| template<typename W> |
| diplomat::result< std::monostate, ICU4XError > | format_date_to_writeable (const ICU4XDate &value, W &write) const |
| |
| diplomat::result< std::string, ICU4XError > | format_date (const ICU4XDate &value) const |
| |
| template<typename W> |
| diplomat::result< std::monostate, ICU4XError > | format_iso_date_to_writeable (const ICU4XIsoDate &value, W &write) const |
| |
| diplomat::result< std::string, ICU4XError > | format_iso_date (const ICU4XIsoDate &value) const |
| |
| template<typename W> |
| diplomat::result< std::monostate, ICU4XError > | format_datetime_to_writeable (const ICU4XDateTime &value, W &write) const |
| |
| diplomat::result< std::string, ICU4XError > | format_datetime (const ICU4XDateTime &value) const |
| |
| template<typename W> |
| diplomat::result< std::monostate, ICU4XError > | format_iso_datetime_to_writeable (const ICU4XIsoDateTime &value, W &write) const |
| |
| diplomat::result< std::string, ICU4XError > | format_iso_datetime (const ICU4XIsoDateTime &value) const |
| |
| | ICU4XDateFormatter (capi::ICU4XDateFormatter *i) |
| |
| | ICU4XDateFormatter ()=default |
| |
| | ICU4XDateFormatter (ICU4XDateFormatter &&) noexcept=default |
| |
| ICU4XDateFormatter & | operator= (ICU4XDateFormatter &&other) noexcept=default |
| |
An ICU4X DateFormatter object capable of formatting a [ICU4XDate] as a string, using some calendar specified at runtime in the locale.
See the Rust documentation for DateFormatter for more information.