Flutter Engine
The Flutter Engine
|
Classes | |
class | ICUContext |
Functions | |
void | InitializeICUOnce (const std::string &icu_data_path) |
void | InitializeICU (const std::string &icu_data_path) |
void | InitializeICUFromMappingOnce (std::unique_ptr< Mapping > mapping) |
void | InitializeICUFromMapping (std::unique_ptr< Mapping > mapping) |
Variables | |
std::once_flag | g_icu_init_flag |
void fml::icu::InitializeICU | ( | const std::string & | icu_data_path | ) |
Definition at line 102 of file icu_util.cc.
void fml::icu::InitializeICUFromMapping | ( | std::unique_ptr< Mapping > | mapping | ) |
Definition at line 113 of file icu_util.cc.
void fml::icu::InitializeICUFromMappingOnce | ( | std::unique_ptr< Mapping > | mapping | ) |
Definition at line 107 of file icu_util.cc.
void fml::icu::InitializeICUOnce | ( | const std::string & | icu_data_path | ) |
Definition at line 95 of file icu_util.cc.
std::once_flag fml::icu::g_icu_init_flag |
Definition at line 101 of file icu_util.cc.