Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.h104 PROTOBUF_EXPORT bool mbs_to_wcs(const char* s, std::wstring* out, bool inUtf8);
Dio_win32.cc437 bool mbs_to_wcs(const char* s, wstring* out, bool inUtf8) { in mbs_to_wcs() function
457 return mbs_to_wcs(input, out, true); in utf8_to_wcs()