Searched refs:utf8_to_utf16 (Results 1 – 2 of 2) sorted by relevance
337 std::wstring utf8_to_utf16(const std::string& utf8);349 #define RX_FN(a) ROCKSDB_NAMESPACE::port::utf8_to_utf16(a)
50 std::wstring utf8_to_utf16(const std::string& utf8) { in utf8_to_utf16() function