Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_length

826   const int unicode_length =
829 WCHAR* unicode = new WCHAR[unicode_length + 1];
831 unicode, unicode_length);
832 unicode[unicode_length] = 0;