#include <ListFormatter.d.hpp>
|
static diplomat::result< std::unique_ptr< icu4x::ListFormatter >, icu4x::DataError > | create_and_with_length (const icu4x::Locale &locale, icu4x::ListLength length) |
|
static diplomat::result< std::unique_ptr< icu4x::ListFormatter >, icu4x::DataError > | create_and_with_length_and_provider (const icu4x::DataProvider &provider, const icu4x::Locale &locale, icu4x::ListLength length) |
|
static diplomat::result< std::unique_ptr< icu4x::ListFormatter >, icu4x::DataError > | create_or_with_length (const icu4x::Locale &locale, icu4x::ListLength length) |
|
static diplomat::result< std::unique_ptr< icu4x::ListFormatter >, icu4x::DataError > | create_or_with_length_and_provider (const icu4x::DataProvider &provider, const icu4x::Locale &locale, icu4x::ListLength length) |
|
static diplomat::result< std::unique_ptr< icu4x::ListFormatter >, icu4x::DataError > | create_unit_with_length (const icu4x::Locale &locale, icu4x::ListLength length) |
|
static diplomat::result< std::unique_ptr< icu4x::ListFormatter >, icu4x::DataError > | create_unit_with_length_and_provider (const icu4x::DataProvider &provider, const icu4x::Locale &locale, icu4x::ListLength length) |
|
static void | operator delete (void *ptr) |
|
◆ create_and_with_length()
◆ create_and_with_length_and_provider()
◆ create_or_with_length()
◆ create_or_with_length_and_provider()
◆ create_unit_with_length()
◆ create_unit_with_length_and_provider()
◆ format()
std::string icu4x::ListFormatter::format |
( |
diplomat::span< const std::string_view > | list | ) |
const |
|
inline |
◆ format16()
std::string icu4x::ListFormatter::format16 |
( |
diplomat::span< const std::u16string_view > | list | ) |
const |
|
inline |
◆ operator delete()
void icu4x::ListFormatter::operator delete |
( |
void * | ptr | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: