| 175 | } |
| 176 | |
| 177 | uint32_t CodePointLength(const std::string& text) { |
| 178 | return static_cast<uint32_t>(opencc::UTF8Util::Length(text.c_str())); |
| 179 | } |
| 180 | |
| 181 | std::string ResolveResourcePath(const std::string& rawPath, |
| 182 | const std::string& configDir) { |
no test coverage detected