Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.h337 std::wstring utf8_to_utf16(const std::string& utf8);
349 #define RX_FN(a) ROCKSDB_NAMESPACE::port::utf8_to_utf16(a)
Dport_win.cc50 std::wstring utf8_to_utf16(const std::string& utf8) { in utf8_to_utf16() function