Lines Matching full:wchar_t
193 // code_point parameter is of type UInt32 because wchar_t may not be
204 // UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS)
205 // UTF-32 if sizeof(wchar_t) == 4 (on Linux)
208 // of wchar_t characters processed. -1 is used when the entire string
215 String WideStringToUtf8(const wchar_t* str, int num_chars);
1154 void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv);