Searched refs:utf8Argv (Results 1 – 1 of 1) sorted by relevance
13250 char **utf8Argv = new char *[ argc ]; in applyCommandLine() local13255 utf8Argv[ i ] = new char[ bufSize ]; in applyCommandLine()13257 WideCharToMultiByte( CP_UTF8, 0, argv[i], -1, utf8Argv[i], bufSize, NULL, NULL ); in applyCommandLine()13260 int returnCode = applyCommandLine( argc, utf8Argv ); in applyCommandLine()13263 delete [] utf8Argv[ i ]; in applyCommandLine()13265 delete [] utf8Argv; in applyCommandLine()