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