Lines Matching refs:pSrc
81 const UChar *pSrc = src; in _strToWCS() local
90 srcLength = u_strlen(pSrc); in _strToWCS()
93 pSrcLimit = pSrc + srcLength; in _strToWCS()
100 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS()
306 const wchar_t* pSrc = src; in _strFromWCS() local
346 while(nulLen<srcLength && pSrc[nulLen++]!=0){ in _strFromWCS()
349 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
367 retVal = uprv_wcstombs(pCSrc,pSrc,remaining); in _strFromWCS()
377 pSrc += nulLen; /* skip past the null */ in _strFromWCS()
398 uprv_memcpy(pWStack,pSrc,nulLen*sizeof(wchar_t)); in _strFromWCS()
420 pSrc += nulLen; in _strFromWCS()