Home
last modified time | relevance | path

Searched refs:nDestBytes (Results 1 – 23 of 23) sorted by relevance

/aoo41x/main/sal/rtl/source/
H A Dstring.c187 sal_Size nDestBytes; in rtl_impl_convertUStringToString() local
245 nDestBytes = rtl_convertUnicodeToText( hConverter, 0, in rtl_impl_convertUStringToString()
266 nNewLen = nDestBytes+(nNotConvertedChars*nMaxCharLen)+nNotConvertedChars+4; in rtl_impl_convertUStringToString()
271 if ( nNewLen > nDestBytes+8 ) in rtl_impl_convertUStringToString()
273 rtl_String* pTemp2 = IMPL_RTL_STRINGNAME( ImplAlloc )( nDestBytes ); in rtl_impl_convertUStringToString()
275 rtl_str_ImplCopy( pTemp2->buffer, pTemp->buffer, nDestBytes ); in rtl_impl_convertUStringToString()
281 pTemp->length = nDestBytes; in rtl_impl_convertUStringToString()
282 pTemp->buffer[nDestBytes] = 0; in rtl_impl_convertUStringToString()
292 if ( pTemp && !nDestBytes ) in rtl_impl_convertUStringToString()
/aoo41x/main/sal/textenc/
H A Dtenchelp.h61 sal_Size nDestBytes,
223 sal_Char* pDestBuf, sal_Size nDestBytes,
231 sal_Char* pDestBuf, sal_Size nDestBytes,
240 sal_Char* pDestBuf, sal_Size nDestBytes,
252 sal_Char* pDestBuf, sal_Size nDestBytes,
268 sal_Char* pDestBuf, sal_Size nDestBytes,
285 sal_Size nDestBytes, sal_uInt32 nFlags,
H A Dtextcvt.c70 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToDummy() argument
85 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToDummy()
101 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToDummy()
239 sal_Char* pDestBuf, sal_Size nDestBytes, in rtl_convertUnicodeToText() argument
250 pDestBuf, nDestBytes, in rtl_convertUnicodeToText()
257 pDestBuf, nDestBytes, in rtl_convertUnicodeToText()
H A Dtcvtbyte.c509 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToSymbol() argument
520 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToSymbol()
568 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToSymbol()
711 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToChar() argument
728 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToChar()
805 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToChar()
H A Dtcvtmb.c222 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToDBCS() argument
245 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToDBCS()
378 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToDBCS()
556 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToEUCJP() argument
573 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToEUCJP()
688 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToEUCJP()
H A Dtcvtutf7.c441 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToUTF7() argument
475 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToUTF7()
583 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToUTF7()
H A Dtcvtutf8.c265 sal_Size nDestBytes, sal_uInt32 nFlags, in ImplConvertUnicodeToUtf8() argument
274 sal_Char * pDestBufEnd = pDestBufPtr + nDestBytes; in ImplConvertUnicodeToUtf8()
H A Dconverteuctw.c291 sal_Size nDestBytes, in ImplConvertUnicodeToEucTw() argument
309 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToEucTw()
H A Dconvertgb18030.c283 sal_Size nDestBytes, in ImplConvertUnicodeToGb18030() argument
298 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToGb18030()
H A Dconvertiso2022jp.c322 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Jp() argument
335 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c287 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Kr() argument
300 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToIso2022Kr()
H A Dconvertbig5hkscs.c278 sal_Size nDestBytes, in ImplConvertUnicodeToBig5Hkscs() argument
299 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToBig5Hkscs()
H A Dconvertiso2022cn.c489 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Cn() argument
514 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToIso2022Cn()
H A Dconvertiso2022jp.h64 sal_Size nDestBytes,
H A Dconvertiso2022kr.h64 sal_Size nDestBytes,
H A Dconverteuctw.h64 sal_Size nDestBytes,
H A Dconvertbig5hkscs.h67 sal_Size nDestBytes,
H A Dconvertiso2022cn.h70 sal_Size nDestBytes,
H A Dconvertgb18030.h78 sal_Size nDestBytes,
/aoo41x/main/tools/source/string/
H A Dstrcvt.cxx270 sal_Size nDestBytes; in ImplGet1ByteConvertTab() local
286 nDestBytes = rtl_convertUnicodeToText( hConverter2, 0, in ImplGet1ByteConvertTab()
292 if ( (nDestBytes == 256) || (nSrcChars == 256) ) in ImplGet1ByteConvertTab()
294 nDestBytes = rtl_convertUnicodeToText( hConverter2, 0, in ImplGet1ByteConvertTab()
303 if ( (nDestBytes != 256) || (nSrcChars != 256) ) in ImplGet1ByteConvertTab()
538 sal_Size nDestBytes; in ConvertFromUnicode() local
558 nDestBytes = rtl_convertUnicodeToText( hConverter, 0, in ConvertFromUnicode()
564 return nDestBytes; in ConvertFromUnicode()
/aoo41x/main/sal/osl/unx/
H A Dfile_url.cxx884 sal_Size nDestBytes = UnicodeToTextConverter_Impl::getInstance().convert ( in UnicodeToText() local
895 buffer[nDestBytes] = '\0'; in UnicodeToText()
896 return nDestBytes; in UnicodeToText()
945 sal_Size nDestBytes = TextToUnicodeConverter_Impl::getInstance().convert( in TextToUnicode() local
956 unic_text[nDestBytes] = '\0'; in TextToUnicode()
957 return nDestBytes; in TextToUnicode()
/aoo41x/main/sal/osl/os2/
H A Dfile.cxx3166 sal_Size nSrcChars, nDestBytes; in UnicodeToText() local
3171 nDestBytes = rtl_convertUnicodeToText( hConverter, 0, uniText, uniTextLen, in UnicodeToText()
3185 buffer[nDestBytes] = '\0'; in UnicodeToText()
3187 return nDestBytes; in UnicodeToText()
3216 sal_Size nDestBytes; in TextToUnicode() local
3221 nDestBytes = rtl_convertTextToUnicode(hConverter, in TextToUnicode()
3237 unic_text[nDestBytes] = '\0'; in TextToUnicode()
3239 return nDestBytes; in TextToUnicode()
/aoo41x/main/sal/inc/rtl/
H A Dtextcvt.h168 sal_Char* pDestBuf, sal_Size nDestBytes,

Completed in 79 milliseconds