Home | History | Annotate | Download | only in src

Lines Matching refs:wchar_t

189 // code_point parameter is of type UInt32 because wchar_t may not be
200 // UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS)
201 // UTF-32 if sizeof(wchar_t) == 4 (on Linux)
204 // of wchar_t characters processed. -1 is used when the entire string
211 String WideStringToUtf8(const wchar_t* str, int num_chars);
1150 void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv);