Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc416 bool wcs_to_mbs(const WCHAR* s, string* out, bool outUtf8) { in wcs_to_mbs() argument
424 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, nullptr, 0, nullptr, in wcs_to_mbs()
425 outUtf8 ? nullptr : &usedDefaultChar); in wcs_to_mbs()
432 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, astr.get(), size, nullptr, nullptr); in wcs_to_mbs()
Dio_win32.h101 bool outUtf8);