Home
last modified time | relevance | path

Searched refs:wcs_to_utf8 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dio_win32_unittest.cc129 return strings::wcs_to_utf8(wcs.get(), result); in GetEnvVarAsUtf8()
145 return strings::wcs_to_utf8(wcs.get(), result); in GetCwdAsUtf8()
405 EXPECT_TRUE(strings::wcs_to_utf8(wNonAscii.c_str(), &nonAscii)); in TEST_F()
619 ASSERT_TRUE(strings::wcs_to_utf8(kUtf16Text, &mbs)); in TEST_F()
Dio_win32.h110 PROTOBUF_EXPORT bool wcs_to_utf8(const wchar_t* input, std::string* out);
Dio_win32.cc399 if (!strings::wcs_to_utf8(metadata.cFileName, &filename)) { in ExpandWildcards()
460 bool wcs_to_utf8(const wchar_t* input, string* out) { in wcs_to_utf8() function