Public Member Functions | |
| ICUContext (const std::string &icu_data_path) | |
| ICUContext (std::unique_ptr< Mapping > mapping) | |
| ~ICUContext ()=default | |
| bool | SetupMapping (const std::string &icu_data_path) |
| bool | SetupICU () |
| const uint8_t * | GetMapping () const |
| size_t | GetSize () const |
| bool | IsValid () const |
Definition at line 20 of file icu_util.cc.
|
inlineexplicit |
Definition at line 22 of file icu_util.cc.
References SetupICU(), and SetupMapping().
|
inlineexplicit |
Definition at line 26 of file icu_util.cc.
References SetupICU().
|
default |
|
inline |
Definition at line 80 of file icu_util.cc.
Referenced by SetupICU().
|
inline |
Definition at line 84 of file icu_util.cc.
Referenced by SetupICU().
|
inline |
Definition at line 86 of file icu_util.cc.
Referenced by fml::icu::InitializeICUFromMappingOnce(), and fml::icu::InitializeICUOnce().
|
inline |
Definition at line 70 of file icu_util.cc.
References GetMapping(), and GetSize().
Referenced by ICUContext(), and ICUContext().
|
inline |
Definition at line 33 of file icu_util.cc.
References fml::paths::GetExecutableDirectoryPath(), fml::paths::JoinPaths(), fml::kRead, fml::FileMapping::kRead, and fml::OpenFile().
Referenced by ICUContext().