Lines Matching refs:wchar_t
216 // code_point parameter is of type UInt32 because wchar_t may not be
227 // UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS)
228 // UTF-32 if sizeof(wchar_t) == 4 (on Linux)
231 // of wchar_t characters processed. -1 is used when the entire string
238 GTEST_API_ String WideStringToUtf8(const wchar_t* str, int num_chars);
925 GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv);