/aoo42x/main/sal/textenc/ |
H A D | tenchelp.h | 64 sal_Size * pSrcCvtChars); 224 sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtChars ); 232 sal_uInt32 nFlags, sal_uInt32* pInfo, sal_Size* pSrcCvtChars ); 242 sal_Size* pSrcCvtChars ); 254 sal_Size* pSrcCvtChars ); 270 sal_Size* pSrcCvtChars ); 286 sal_uInt32 * pInfo, sal_Size* pSrcCvtChars)
|
H A D | textcvt.c | 72 sal_Size* pSrcCvtChars ) in ImplUnicodeToDummy() argument 100 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToDummy() 241 sal_Size* pSrcCvtChars ) in rtl_convertUnicodeToText() argument 251 nFlags, pInfo, pSrcCvtChars ); in rtl_convertUnicodeToText() 259 pSrcCvtChars ); in rtl_convertUnicodeToText()
|
H A D | tcvtbyte.c | 511 sal_Size* pSrcCvtChars ) in ImplUnicodeToSymbol() argument 567 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToSymbol() 713 sal_Size* pSrcCvtChars ) in ImplUnicodeToChar() argument 804 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToChar()
|
H A D | tcvtmb.c | 224 sal_Size* pSrcCvtChars ) in ImplUnicodeToDBCS() argument 377 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToDBCS() 558 sal_Size* pSrcCvtChars ) in ImplUnicodeToEUCJP() argument 687 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToEUCJP()
|
H A D | tcvtutf8.c | 266 sal_uInt32 * pInfo, sal_Size* pSrcCvtChars) in ImplConvertUnicodeToUtf8() argument 412 if (pSrcCvtChars != NULL) in ImplConvertUnicodeToUtf8() 413 *pSrcCvtChars = pSrcBufPtr - pSrcBuf; in ImplConvertUnicodeToUtf8()
|
H A D | converteuctw.c | 294 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToEucTw() argument 444 if (pSrcCvtChars) in ImplConvertUnicodeToEucTw() 445 *pSrcCvtChars = nConverted; in ImplConvertUnicodeToEucTw()
|
H A D | convertgb18030.c | 286 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToGb18030() argument 460 if (pSrcCvtChars) in ImplConvertUnicodeToGb18030() 461 *pSrcCvtChars = nConverted; in ImplConvertUnicodeToGb18030()
|
H A D | convertiso2022kr.c | 290 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToIso2022Kr() argument 519 if (pSrcCvtChars) in ImplConvertUnicodeToIso2022Kr() 520 *pSrcCvtChars = nConverted; in ImplConvertUnicodeToIso2022Kr()
|
H A D | convertiso2022jp.c | 325 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToIso2022Jp() argument 561 if (pSrcCvtChars) in ImplConvertUnicodeToIso2022Jp() 562 *pSrcCvtChars = nConverted; in ImplConvertUnicodeToIso2022Jp()
|
H A D | convertbig5hkscs.c | 281 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToBig5Hkscs() argument 485 if (pSrcCvtChars) in ImplConvertUnicodeToBig5Hkscs() 486 *pSrcCvtChars = nConverted; in ImplConvertUnicodeToBig5Hkscs()
|
H A D | convertiso2022cn.c | 492 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToIso2022Cn() argument 854 if (pSrcCvtChars) in ImplConvertUnicodeToIso2022Cn() 855 *pSrcCvtChars = nConverted; in ImplConvertUnicodeToIso2022Cn()
|
H A D | tcvtutf7.c | 443 sal_Size* pSrcCvtChars ) in ImplUnicodeToUTF7() argument 582 *pSrcCvtChars = nSrcChars - (pEndSrcBuf-pSrcBuf); in ImplUnicodeToUTF7()
|
H A D | convertiso2022kr.h | 67 sal_Size * pSrcCvtChars)
|
H A D | convertiso2022jp.h | 67 sal_Size * pSrcCvtChars)
|
H A D | converteuctw.h | 67 sal_Size * pSrcCvtChars)
|
H A D | convertbig5hkscs.h | 70 sal_Size * pSrcCvtChars)
|
H A D | convertiso2022cn.h | 73 sal_Size * pSrcCvtChars)
|
H A D | convertgb18030.h | 81 sal_Size * pSrcCvtChars)
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_url.cxx | 869 sal_uInt32 nFlags, sal_uInt32 * pInfo, sal_Size * pSrcCvtChars) in convert() argument 873 m_converter, 0, pSrcBuf, nSrcChars, pDstBuf, nDstBytes, nFlags, pInfo, pSrcCvtChars); in convert()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | textcvt.h | 170 sal_Size* pSrcCvtChars );
|