Searched refs:lenChunk (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp225 size_t lenChunk = MB2WC(NULL, src, 0); local
226 if ( lenChunk == wxCONV_FAILED )
229 lenChunk++; // for the L'\0' at the end of this chunk
231 dstWritten += lenChunk;
233 if ( lenChunk == 1 )
244 if ( MB2WC(dst, src, lenChunk) == wxCONV_FAILED )
247 dst += lenChunk;
310 size_t lenChunk = WC2MB(NULL, src, 0); local
312 if ( lenChunk == wxCONV_FAILED )
315 lenChunk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp1154 const size_t lenChunk = m_out.LastWrite(); local
1156 pc += lenChunk;
1157 len -= lenChunk;

Completed in 81 milliseconds