Home
last modified time | relevance | path

Searched refs:UTF16ToUTF8Impl (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/fcitx5-lua/fcitx5-lua-5.0.5/src/addonloader/
H A Dluaaddonstate.h208 std::tuple<std::string> UTF16ToUTF8Impl(const char *str);
H A Dluaaddonstate.cpp411 std::tuple<std::string> LuaAddonState::UTF16ToUTF8Impl(const char *str) { in UTF16ToUTF8Impl() function in fcitx::LuaAddonState