Home | History | Annotate | Download | only in googletest

Lines Matching full:unicode_length

835   const int unicode_length =
838 WCHAR* unicode = new WCHAR[unicode_length + 1];
840 unicode, unicode_length);
841 unicode[unicode_length] = 0;