|
ICU4X
International Components for Unicode
|
#include <ICU4XListFormatter.hpp>
Public Member Functions | |
| template<typename W> | |
| diplomat::result< std::monostate, ICU4XError > | format_to_writeable (const ICU4XList &list, W &write) const |
| diplomat::result< std::string, ICU4XError > | format (const ICU4XList &list) const |
| ICU4XListFormatter (capi::ICU4XListFormatter *i) | |
| ICU4XListFormatter ()=default | |
| ICU4XListFormatter (ICU4XListFormatter &&) noexcept=default | |
| ICU4XListFormatter & | operator= (ICU4XListFormatter &&other) noexcept=default |
Static Public Member Functions | |
| static diplomat::result< ICU4XListFormatter, ICU4XError > | create_and_with_length (const ICU4XDataProvider &provider, const ICU4XLocale &locale, ICU4XListLength length) |
| static diplomat::result< ICU4XListFormatter, ICU4XError > | create_or_with_length (const ICU4XDataProvider &provider, const ICU4XLocale &locale, ICU4XListLength length) |
| static diplomat::result< ICU4XListFormatter, ICU4XError > | create_unit_with_length (const ICU4XDataProvider &provider, const ICU4XLocale &locale, ICU4XListLength length) |
See the Rust documentation for ListFormatter for more information.
|
inlineexplicit |
|
default |
|
defaultnoexcept |
|
inlinestatic |
Construct a new ICU4XListFormatter instance for And patterns
See the Rust documentation for try_new_and_with_length for more information.
|
inlinestatic |
Construct a new ICU4XListFormatter instance for And patterns
See the Rust documentation for try_new_or_with_length for more information.
|
inlinestatic |
Construct a new ICU4XListFormatter instance for And patterns
See the Rust documentation for try_new_unit_with_length for more information.
|
inline |
See the Rust documentation for format for more information.
|
inline |
See the Rust documentation for format for more information.
|
defaultnoexcept |