Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.cc45 std::string utf16_to_utf8(const std::wstring& utf16) { in utf16_to_utf8() argument
47 return convert.to_bytes(utf16); in utf16_to_utf8()
Dport_win.h336 std::string utf16_to_utf8(const std::wstring& utf16);