ICU4X
International Components for Unicode
|
#include <LocaleFallbacker.d.hpp>
Public Member Functions | |
std::unique_ptr< icu4x::LocaleFallbackerWithConfig > | for_config (icu4x::LocaleFallbackConfig config) const |
Static Public Member Functions | |
static std::unique_ptr< icu4x::LocaleFallbacker > | create () |
static diplomat::result< std::unique_ptr< icu4x::LocaleFallbacker >, icu4x::DataError > | create_with_provider (const icu4x::DataProvider &provider) |
static std::unique_ptr< icu4x::LocaleFallbacker > | without_data () |
static void | operator delete (void *ptr) |
An object that runs the ICU4X locale fallback algorithm.
See the Rust documentation for LocaleFallbacker
for more information.
|
inlinestatic |
Creates a new LocaleFallbacker
from compiled data.
See the Rust documentation for new
for more information.
|
inlinestatic |
Creates a new LocaleFallbacker
from a data provider.
See the Rust documentation for new
for more information.
|
inline |
Associates this LocaleFallbacker
with configuration options.
See the Rust documentation for for_config
for more information.
|
inlinestatic |
|
inlinestatic |
Creates a new LocaleFallbacker
without data for limited functionality.
See the Rust documentation for new_without_data
for more information.