Home | History | Annotate | Download | only in common

Lines Matching defs:pSrc

85     const UChar *pSrc = src;
94 srcLength = u_strlen(pSrc);
97 pSrcLimit = pSrc + srcLength;
104 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
306 const wchar_t* pSrc = src;
346 while(nulLen<srcLength && pSrc[nulLen++]!=0){
349 if((pSrc+nulLen) < pSrcLimit){
367 retVal = uprv_wcstombs(pCSrc,pSrc,remaining);
377 pSrc += nulLen; /* skip past the null */
398 uprv_memcpy(pWStack,pSrc,nulLen*sizeof(wchar_t));
420 pSrc += nulLen;