Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_length

827   const int unicode_length =
830 WCHAR* unicode = new WCHAR[unicode_length + 1];
832 unicode, unicode_length);
833 unicode[unicode_length] = 0;