Home
last modified time | relevance | path

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

/external/icu4c/common/
Dustr_wcs.c153 int32_t nulLen = 0; in _strToWCS() local
164 retVal = uprv_mbstowcs(pIntTarget,(tempBuf+nulLen),remaining); in _strToWCS()
179 if(nulLen!=count){ /*there are embedded nulls*/ in _strToWCS()
188 while(tempBuf[nulLen++] != 0){ in _strToWCS()
190 nulVal = (nulLen < srcLength) ? 1 : 0; in _strToWCS()
195 if(nulLen>=(count)){ in _strToWCS()
343 register int32_t nulLen = 0; in _strFromWCS() local
346 while(nulLen<srcLength && pSrc[nulLen++]!=0){ in _strFromWCS()
349 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
351 if(remaining < (nulLen * MB_CUR_MAX)){ in _strFromWCS()
[all …]