Lines Matching refs:pEndSrcBuf
473 const sal_Char* pEndSrcBuf; in ImplSymbolToUnicode() local
481 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplSymbolToUnicode()
482 while ( pSrcBuf < pEndSrcBuf ) in ImplSymbolToUnicode()
500 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplSymbolToUnicode()
515 const sal_Unicode* pEndSrcBuf; in ImplUnicodeToSymbol() local
521 pEndSrcBuf = pSrcBuf+nSrcChars; in ImplUnicodeToSymbol()
522 while ( pSrcBuf < pEndSrcBuf ) in ImplUnicodeToSymbol()
558 pEndSrcBuf, in ImplUnicodeToSymbol()
567 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToSymbol()
584 const sal_Char* pEndSrcBuf; in ImplCharToUnicode() local
590 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplCharToUnicode()
591 while ( pSrcBuf < pEndSrcBuf ) in ImplCharToUnicode()
633 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplCharToUnicode()
718 const sal_Unicode* pEndSrcBuf; in ImplUnicodeToChar() local
729 pEndSrcBuf = pSrcBuf+nSrcChars; in ImplUnicodeToChar()
730 while ( pSrcBuf < pEndSrcBuf ) in ImplUnicodeToChar()
780 pEndSrcBuf, in ImplUnicodeToChar()
804 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToChar()