Lines Matching refs:pSrcBuf
144 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplUTF7ToUnicode() argument
186 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplUTF7ToUnicode()
189 if ( pSrcBuf < pEndSrcBuf ) in ImplUTF7ToUnicode()
191 c = (sal_uChar)*pSrcBuf; in ImplUTF7ToUnicode()
244 pSrcBuf++; in ImplUTF7ToUnicode()
245 if ( pSrcBuf < pEndSrcBuf ) in ImplUTF7ToUnicode()
246 c = (sal_uChar)*pSrcBuf; in ImplUTF7ToUnicode()
381 pSrcBuf++; in ImplUTF7ToUnicode()
395 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplUTF7ToUnicode()
440 const sal_Unicode* pSrcBuf, sal_Size nSrcChars, in ImplUnicodeToUTF7() argument
476 pEndSrcBuf = pSrcBuf+nSrcChars; in ImplUnicodeToUTF7()
479 if ( pSrcBuf < pEndSrcBuf ) in ImplUnicodeToUTF7()
481 c = *pSrcBuf; in ImplUnicodeToUTF7()
570 pSrcBuf++; in ImplUnicodeToUTF7()
582 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToUTF7()