Home
last modified time | relevance | path

Searched refs:clSize (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/pyuno/zipcore/
H A Dpython.cxx161 std::size_t clSize = MY_LENGTH(L"\"") + 4 * (pythonexeEnd - pythonexe) + local
167 clSize += MY_LENGTH(L" \"") + 4 * strlen(argv[i]) +
169 clSize += MY_LENGTH(L" \"") + 4 * wcslen(argv[i]) +
173 wchar_t * cl = new wchar_t[clSize];

Completed in 18 milliseconds