Lines Matching refs:sal_Size

45 sal_Size (* ImplConvertToUnicodeProc)(ImplTextConverterData const * pData,
48 sal_Size nSrcBytes,
50 sal_Size nDestChars,
53 sal_Size * pSrcCvtBytes);
56 sal_Size (* ImplConvertToTextProc)(ImplTextConverterData const * pData,
59 sal_Size nSrcChars,
61 sal_Size nDestBytes,
64 sal_Size * pSrcCvtChars);
217 sal_Size ImplSymbolToUnicode( const ImplTextConverterData* pData, void* pContext,
218 const sal_Char* pSrcBuf, sal_Size nSrcBytes,
219 sal_Unicode* pDestBuf, sal_Size nDestChars,
220 sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtBytes );
221 sal_Size ImplUnicodeToSymbol( const ImplTextConverterData* pData, void* pContext,
222 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
223 sal_Char* pDestBuf, sal_Size nDestBytes,
224 sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtChars );
225 sal_Size ImplCharToUnicode( const ImplTextConverterData* pData, void* pContext,
226 const sal_Char* pSrcBuf, sal_Size nSrcBytes,
227 sal_Unicode* pDestBuf, sal_Size nDestChars,
228 sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtBytes );
229 sal_Size ImplUnicodeToChar( const ImplTextConverterData* pData, void* pContext,
230 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
231 sal_Char* pDestBuf, sal_Size nDestBytes,
232 sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtChars );
233 sal_Size ImplDBCSToUnicode( const ImplTextConverterData* pData, void* pContext,
234 const sal_Char* pSrcBuf, sal_Size nSrcBytes,
235 sal_Unicode* pDestBuf, sal_Size nDestChars,
237 sal_Size* pSrcCvtBytes );
238 sal_Size ImplUnicodeToDBCS( const ImplTextConverterData* pData, void* pContext,
239 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
240 sal_Char* pDestBuf, sal_Size nDestBytes,
242 sal_Size* pSrcCvtChars );
243 sal_Size ImplEUCJPToUnicode( const ImplTextConverterData* pData,
245 const sal_Char* pSrcBuf, sal_Size nSrcBytes,
246 sal_Unicode* pDestBuf, sal_Size nDestChars,
248 sal_Size* pSrcCvtBytes );
249 sal_Size ImplUnicodeToEUCJP( const ImplTextConverterData* pData,
251 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
252 sal_Char* pDestBuf, sal_Size nDestBytes,
254 sal_Size* pSrcCvtChars );
258 sal_Size ImplUTF7ToUnicode( const ImplTextConverterData* pData, void* pContext,
259 const sal_Char* pSrcBuf, sal_Size nSrcBytes,
260 sal_Unicode* pDestBuf, sal_Size nDestChars,
262 sal_Size* pSrcCvtBytes );
266 sal_Size ImplUnicodeToUTF7( const ImplTextConverterData* pData, void* pContext,
267 const sal_Unicode* pSrcBuf, sal_Size nSrcChars,
268 sal_Char* pDestBuf, sal_Size nDestBytes,
270 sal_Size* pSrcCvtChars );
274 sal_Size ImplConvertUtf8ToUnicode(ImplTextConverterData const * pData,
276 sal_Size nSrcBytes, sal_Unicode * pDestBuf,
277 sal_Size nDestChars, sal_uInt32 nFlags,
278 sal_uInt32 * pInfo, sal_Size * pSrcCvtBytes)
282 sal_Size ImplConvertUnicodeToUtf8(ImplTextConverterData const * pData,
284 sal_Size nSrcChars, sal_Char * pDestBuf,
285 sal_Size nDestBytes, sal_uInt32 nFlags,
286 sal_uInt32 * pInfo, sal_Size* pSrcCvtChars)