Home | History | Annotate | Download | only in common

Lines Matching full:psrc

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