Searched refs:utf16_to_utf8 (Results 1 – 2 of 2) sorted by relevance
336 std::string utf16_to_utf8(const std::wstring& utf16);350 #define FN_TO_RX(a) ROCKSDB_NAMESPACE::port::utf16_to_utf8(a)
45 std::string utf16_to_utf8(const std::wstring& utf16) { in utf16_to_utf8() function