Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.h336 std::string utf16_to_utf8(const std::wstring& utf16);
350 #define FN_TO_RX(a) ROCKSDB_NAMESPACE::port::utf16_to_utf8(a)
Dport_win.cc45 std::string utf16_to_utf8(const std::wstring& utf16) { in utf16_to_utf8() function