Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc221 if (!strings::utf8_to_wcs(path, &wpath)) { in as_windows_path()
333 if (!strings::utf8_to_wcs(mode, &wmode)) { in fopen()
456 bool utf8_to_wcs(const char* input, wstring* out) { in utf8_to_wcs() function
Dio_win32.h107 PROTOBUF_EXPORT bool utf8_to_wcs(const char* input, std::wstring* out);
Dio_win32_unittest.cc618 ASSERT_TRUE(strings::utf8_to_wcs(kUtf8Text, &wcs)); in TEST_F()