Lines Matching refs:pSrc
83 const UChar *pSrc = src; in _strToWCS() local
92 srcLength = u_strlen(pSrc); in _strToWCS()
95 pSrcLimit = pSrc + srcLength; in _strToWCS()
102 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS()
308 const wchar_t* pSrc = src; in _strFromWCS() local
348 while(nulLen<srcLength && pSrc[nulLen++]!=0){ in _strFromWCS()
351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
369 retVal = uprv_wcstombs(pCSrc,pSrc,remaining); in _strFromWCS()
379 pSrc += nulLen; /* skip past the null */ in _strFromWCS()
400 uprv_memcpy(pWStack, pSrc, (size_t)nulLen*sizeof(wchar_t)); in _strFromWCS()
422 pSrc += nulLen; in _strFromWCS()