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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp187 size_t nulLen = 0; // not really needed, but just to avoid warnings local
198 nulLen = GetMBNulLen();
199 if ( nulLen == wxCONV_FAILED )
203 if ( srcLen < nulLen || NotAllNULs(src + srcLen - nulLen, nulLen) )
206 bufTmp = wxCharBuffer(srcLen + nulLen - 1 /* 1 will be added */);
209 for ( char *s = p + srcLen; s < p + srcLen + nulLen; s++ )
258 while ( NotAllNULs(src, nulLen) )
264 src += nulLen;
442 const size_t nulLen = GetMBNulLen(); local
1791 const size_t nulLen = GetMBNulLen(); local
[all...]

Completed in 34 milliseconds