Home
last modified time | relevance | path

Searched refs:nDestChars (Results 1 – 22 of 22) sorted by relevance

/aoo4110/main/tools/source/string/
H A Dstrcvt.cxx199 sal_Size nDestChars; in ImplGet1ByteUnicodeTab() local
201 nDestChars = rtl_convertTextToUnicode( hConverter, 0, in ImplGet1ByteUnicodeTab()
210 if ( (nSrcBytes != 256) || (nDestChars != 256) ) in ImplGet1ByteUnicodeTab()
268 sal_Size nDestChars; in ImplGet1ByteConvertTab() local
273 nDestChars = rtl_convertTextToUnicode( hConverter, 0, in ImplGet1ByteConvertTab()
281 if ( (nSrcBytes != 256) || (nDestChars != 256) ) in ImplGet1ByteConvertTab()
376 sal_Size nDestChars; in ImplStringConvert() local
381 nDestChars = rtl_convertTextToUnicode( hSrcConverter, 0, in ImplStringConvert()
501 sal_Size nDestChars; in ConvertToUnicode() local
504 nDestChars = rtl_convertTextToUnicode( hConverter, 0, in ConvertToUnicode()
[all …]
/aoo4110/main/sal/textenc/
H A Dtenchelp.h50 sal_Size nDestChars,
219 sal_Unicode* pDestBuf, sal_Size nDestChars,
227 sal_Unicode* pDestBuf, sal_Size nDestChars,
235 sal_Unicode* pDestBuf, sal_Size nDestChars,
246 sal_Unicode* pDestBuf, sal_Size nDestChars,
260 sal_Unicode* pDestBuf, sal_Size nDestChars,
277 sal_Size nDestChars, sal_uInt32 nFlags,
H A Dtextcvt.c31 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplDummyToUnicode() argument
48 pEndDestBuf = pDestBuf+nDestChars; in ImplDummyToUnicode()
64 return (nDestChars - (pEndDestBuf-pDestBuf)); in ImplDummyToUnicode()
160 sal_Unicode* pDestBuf, sal_Size nDestChars, in rtl_convertTextToUnicode() argument
171 pDestBuf, nDestChars, in rtl_convertTextToUnicode()
178 pDestBuf, nDestChars, in rtl_convertTextToUnicode()
H A Dtcvtbyte.c467 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplSymbolToUnicode() argument
480 pEndDestBuf = pDestBuf+nDestChars; in ImplSymbolToUnicode()
501 return (nDestChars - (pEndDestBuf-pDestBuf)); in ImplSymbolToUnicode()
576 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplCharToUnicode() argument
589 pEndDestBuf = pDestBuf+nDestChars; in ImplCharToUnicode()
634 return (nDestChars - (pEndDestBuf-pDestBuf)); in ImplCharToUnicode()
H A Dtcvtmb.c39 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplDBCSToUnicode() argument
55 pEndDestBuf = pDestBuf+nDestChars; in ImplDBCSToUnicode()
215 return (nDestChars - (pEndDestBuf-pDestBuf)); in ImplDBCSToUnicode()
391 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplEUCJPToUnicode() argument
408 pEndDestBuf = pDestBuf+nDestChars; in ImplEUCJPToUnicode()
548 return (nDestChars - (pEndDestBuf-pDestBuf)); in ImplEUCJPToUnicode()
H A Dtcvtutf7.c145 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplUTF7ToUnicode() argument
185 pEndDestBuf = pDestBuf+nDestChars; in ImplUTF7ToUnicode()
396 return (nDestChars - (pEndDestBuf-pDestBuf)); in ImplUTF7ToUnicode()
H A Dtcvtutf8.c63 sal_Size nDestChars, sal_uInt32 nFlags, in ImplConvertUtf8ToUnicode() argument
84 sal_Unicode * pDestBufEnd = pDestBufPtr + nDestChars; in ImplConvertUtf8ToUnicode()
H A Dconverteuctw.c69 sal_Size nDestChars, in ImplConvertEucTwToUnicode() argument
89 sal_Unicode * pDestBufEnd = pDestBuf + nDestChars; in ImplConvertEucTwToUnicode()
H A Dconvertgb18030.c68 sal_Size nDestChars, in ImplConvertGb18030ToUnicode() argument
83 sal_Unicode * pDestBufEnd = pDestBuf + nDestChars; in ImplConvertGb18030ToUnicode()
H A Dconvertiso2022jp.c77 sal_Size nDestChars, in ImplConvertIso2022JpToUnicode() argument
91 sal_Unicode * pDestBufEnd = pDestBuf + nDestChars; in ImplConvertIso2022JpToUnicode()
H A Dconvertiso2022kr.c83 sal_Size nDestChars, in ImplConvertIso2022KrToUnicode() argument
97 sal_Unicode * pDestBufEnd = pDestBuf + nDestChars; in ImplConvertIso2022KrToUnicode()
H A Dconvertbig5hkscs.c58 sal_Size nDestChars, in ImplConvertBig5HkscsToUnicode() argument
76 sal_Unicode * pDestBufEnd = pDestBuf + nDestChars; in ImplConvertBig5HkscsToUnicode()
H A Dconvertiso2022cn.c96 sal_Size nDestChars, in ImplConvertIso2022CnToUnicode() argument
121 sal_Unicode * pDestBufEnd = pDestBuf + nDestChars; in ImplConvertIso2022CnToUnicode()
H A Dconvertiso2022jp.h49 sal_Size nDestChars,
H A Dconvertiso2022kr.h49 sal_Size nDestChars,
H A Dconverteuctw.h53 sal_Size nDestChars,
H A Dconvertbig5hkscs.h56 sal_Size nDestChars,
H A Dconvertiso2022cn.h55 sal_Size nDestChars,
H A Dconvertgb18030.h67 sal_Size nDestChars,
/aoo4110/main/sal/rtl/source/
H A Dustring.c601 sal_Size nDestChars; in rtl_string2UString_status() local
657 nDestChars = rtl_convertTextToUnicode( hConverter, 0, in rtl_string2UString_status()
679 nDestChars = rtl_convertTextToUnicode( hConverter, 0, in rtl_string2UString_status()
691 if ( nNewLen > nDestChars+8 ) in rtl_string2UString_status()
693 pTemp2 = IMPL_RTL_STRINGNAME( ImplAlloc )( nDestChars ); in rtl_string2UString_status()
697 rtl_str_ImplCopy(pTemp2->buffer, pTemp->buffer, nDestChars); in rtl_string2UString_status()
703 pTemp->length = nDestChars; in rtl_string2UString_status()
704 pTemp->buffer[nDestChars] = 0; in rtl_string2UString_status()
712 if ( pTemp && !nDestChars ) in rtl_string2UString_status()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par.cxx2739 sal_Size nDestChars=0; in Custom8BitToUnicode() local
2747 nDestChars += rtl_convertTextToUnicode(hConverter, 0, in Custom8BitToUnicode()
2749 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()
2764 nDestChars += rtl_convertTextToUnicode(hCP1252Converter, 0, in Custom8BitToUnicode()
2766 pOut+nDestChars, nOutLen-nDestChars, in Custom8BitToUnicode()
2773 return nDestChars; in Custom8BitToUnicode()
/aoo4110/main/sal/inc/rtl/
H A Dtextcvt.h98 sal_Unicode* pDestBuf, sal_Size nDestChars,

Completed in 114 milliseconds