/trunk/main/tools/source/string/ |
H A D | strcvt.cxx | 198 sal_Size nSrcBytes; in ImplGet1ByteUnicodeTab() local 207 &nInfo, &nSrcBytes ); in ImplGet1ByteUnicodeTab() 210 if ( (nSrcBytes != 256) || (nDestChars != 256) ) in ImplGet1ByteUnicodeTab() 267 sal_Size nSrcBytes; in ImplGet1ByteConvertTab() local 279 &nInfo, &nSrcBytes ); in ImplGet1ByteConvertTab() 281 if ( (nSrcBytes != 256) || (nDestChars != 256) ) in ImplGet1ByteConvertTab() 375 sal_Size nSrcBytes; in ImplStringConvert() local 388 &nInfo, &nSrcBytes ); in ImplStringConvert() 500 sal_Size nSrcBytes; in ConvertToUnicode() local 511 &nInfo, &nSrcBytes ); in ConvertToUnicode() [all …]
|
/trunk/main/sal/textenc/ |
H A D | tenchelp.h | 48 sal_Size nSrcBytes, 218 const sal_Char* pSrcBuf, sal_Size nSrcBytes, 226 const sal_Char* pSrcBuf, sal_Size nSrcBytes, 234 const sal_Char* pSrcBuf, sal_Size nSrcBytes, 245 const sal_Char* pSrcBuf, sal_Size nSrcBytes, 259 const sal_Char* pSrcBuf, sal_Size nSrcBytes, 276 sal_Size nSrcBytes, sal_Unicode * pDestBuf,
|
H A D | textcvt.c | 30 static sal_Size ImplDummyToUnicode( const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplDummyToUnicode() argument 49 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplDummyToUnicode() 63 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplDummyToUnicode() 159 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in rtl_convertTextToUnicode() argument 170 return ImplDummyToUnicode( pSrcBuf, nSrcBytes, in rtl_convertTextToUnicode() 177 pSrcBuf, nSrcBytes, in rtl_convertTextToUnicode()
|
H A D | tcvtbyte.c | 466 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplSymbolToUnicode() argument 481 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplSymbolToUnicode() 500 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplSymbolToUnicode() 575 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplCharToUnicode() argument 590 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplCharToUnicode() 633 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplCharToUnicode()
|
H A D | tcvtmb.c | 38 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplDBCSToUnicode() argument 56 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplDBCSToUnicode() 214 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplDBCSToUnicode() 390 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplEUCJPToUnicode() argument 409 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplEUCJPToUnicode() 547 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplEUCJPToUnicode()
|
H A D | tcvtutf7.c | 144 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplUTF7ToUnicode() argument 186 pEndSrcBuf = pSrcBuf+nSrcBytes; in ImplUTF7ToUnicode() 395 *pSrcCvtBytes = nSrcBytes - (pEndSrcBuf-pSrcBuf); in ImplUTF7ToUnicode()
|
H A D | tcvtutf8.c | 62 sal_Size nSrcBytes, sal_Unicode * pDestBuf, in ImplConvertUtf8ToUnicode() argument 82 sal_uChar const * pSrcBufEnd = pSrcBufPtr + nSrcBytes; in ImplConvertUtf8ToUnicode()
|
H A D | converteuctw.c | 67 sal_Size nSrcBytes, in ImplConvertEucTwToUnicode() argument 98 for (; nConverted < nSrcBytes; ++nConverted) in ImplConvertEucTwToUnicode()
|
H A D | convertgb18030.c | 66 sal_Size nSrcBytes, in ImplConvertGb18030ToUnicode() argument 91 for (; nConverted < nSrcBytes; ++nConverted) in ImplConvertGb18030ToUnicode()
|
H A D | convertiso2022jp.c | 75 sal_Size nSrcBytes, in ImplConvertIso2022JpToUnicode() argument 99 for (; nConverted < nSrcBytes; ++nConverted) in ImplConvertIso2022JpToUnicode()
|
H A D | convertiso2022kr.c | 81 sal_Size nSrcBytes, in ImplConvertIso2022KrToUnicode() argument 105 for (; nConverted < nSrcBytes; ++nConverted) in ImplConvertIso2022KrToUnicode()
|
H A D | convertbig5hkscs.c | 56 sal_Size nSrcBytes, in ImplConvertBig5HkscsToUnicode() argument 81 for (; nConverted < nSrcBytes; ++nConverted) in ImplConvertBig5HkscsToUnicode()
|
H A D | convertiso2022cn.c | 94 sal_Size nSrcBytes, in ImplConvertIso2022CnToUnicode() argument 131 for (; nConverted < nSrcBytes; ++nConverted) in ImplConvertIso2022CnToUnicode()
|
H A D | convertiso2022jp.h | 47 sal_Size nSrcBytes,
|
H A D | convertiso2022kr.h | 47 sal_Size nSrcBytes,
|
H A D | converteuctw.h | 51 sal_Size nSrcBytes,
|
H A D | convertbig5hkscs.h | 54 sal_Size nSrcBytes,
|
H A D | convertiso2022cn.h | 53 sal_Size nSrcBytes,
|
H A D | convertgb18030.h | 65 sal_Size nSrcBytes,
|
/trunk/main/sal/rtl/source/ |
H A D | ustring.c | 600 sal_Size nSrcBytes; in rtl_string2UString_status() local 661 &nInfo, &nSrcBytes ); in rtl_string2UString_status() 683 &nInfo, &nSrcBytes ); in rtl_string2UString_status()
|
/trunk/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 208 sal_Size nSrcBytes = 1; in doComplexCharSetTest() local 216 nSrcBytes = 0; in doComplexCharSetTest() 225 nSrcBytes, aUnicode + nOutput, TEST_STRING_SIZE - nOutput, in doComplexCharSetTest()
|
/trunk/main/sal/osl/unx/ |
H A D | file_url.cxx | 925 sal_Char const * pSrcBuf, sal_Size nSrcBytes, sal_Unicode * pDstBuf, sal_Size nDstChars, in convert() argument 930 m_converter, 0, pSrcBuf, nSrcBytes, pDstBuf, nDstChars, nFlags, pInfo, pSrcCvtBytes); in convert()
|
/trunk/main/sal/inc/rtl/ |
H A D | textcvt.h | 97 const sal_Char* pSrcBuf, sal_Size nSrcBytes,
|