Searched refs:nulLen (Results 1 – 1 of 1) sorted by relevance
155 int32_t nulLen = 0; in _strToWCS() local166 retVal = uprv_mbstowcs(pIntTarget,(tempBuf+nulLen),remaining); in _strToWCS()181 if(nulLen!=count){ /*there are embedded nulls*/ in _strToWCS()190 while(tempBuf[nulLen++] != 0){ in _strToWCS()192 nulVal = (nulLen < srcLength) ? 1 : 0; in _strToWCS()197 if(nulLen>=(count)){ in _strToWCS()345 int32_t nulLen = 0; in _strFromWCS() local348 while(nulLen<srcLength && pSrc[nulLen++]!=0){ in _strFromWCS()351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()353 if(remaining < (nulLen * MB_CUR_MAX)){ in _strFromWCS()[all …]