Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.h100 PROTOBUF_EXPORT bool wcs_to_mbs(const wchar_t* s, std::string* out,
Dio_win32.cc416 bool wcs_to_mbs(const WCHAR* s, string* out, bool outUtf8) { in wcs_to_mbs() function
461 return wcs_to_mbs(input, out, true); in wcs_to_utf8()