Searched refs:wcs_to_mbs (Results 1 – 2 of 2) sorted by relevance
100 PROTOBUF_EXPORT bool wcs_to_mbs(const wchar_t* s, std::string* out,
416 bool wcs_to_mbs(const WCHAR* s, string* out, bool outUtf8) { in wcs_to_mbs() function461 return wcs_to_mbs(input, out, true); in wcs_to_utf8()