Home | History | Annotate | Download | only in googletest

Lines Matching refs:unicode_length

862   const int unicode_length =
865 WCHAR* unicode = new WCHAR[unicode_length + 1];
867 unicode, unicode_length);
868 unicode[unicode_length] = 0;