Home | History | Annotate | Download | only in src

Lines Matching full:unicode_length

840   const int unicode_length =
843 WCHAR* unicode = new WCHAR[unicode_length + 1];
845 unicode, unicode_length);
846 unicode[unicode_length] = 0;