/aoo41x/main/sal/rtl/source/ |
H A D | string.c | 187 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 D | tenchelp.h | 61 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 D | textcvt.c | 70 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 D | tcvtbyte.c | 509 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 D | tcvtmb.c | 222 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 D | tcvtutf7.c | 441 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToUTF7() argument 475 pEndDestBuf = pDestBuf+nDestBytes; in ImplUnicodeToUTF7() 583 return (nDestBytes - (pEndDestBuf-pDestBuf)); in ImplUnicodeToUTF7()
|
H A D | tcvtutf8.c | 265 sal_Size nDestBytes, sal_uInt32 nFlags, in ImplConvertUnicodeToUtf8() argument 274 sal_Char * pDestBufEnd = pDestBufPtr + nDestBytes; in ImplConvertUnicodeToUtf8()
|
H A D | converteuctw.c | 291 sal_Size nDestBytes, in ImplConvertUnicodeToEucTw() argument 309 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToEucTw()
|
H A D | convertgb18030.c | 283 sal_Size nDestBytes, in ImplConvertUnicodeToGb18030() argument 298 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToGb18030()
|
H A D | convertiso2022jp.c | 322 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Jp() argument 335 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToIso2022Jp()
|
H A D | convertiso2022kr.c | 287 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Kr() argument 300 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToIso2022Kr()
|
H A D | convertbig5hkscs.c | 278 sal_Size nDestBytes, in ImplConvertUnicodeToBig5Hkscs() argument 299 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToBig5Hkscs()
|
H A D | convertiso2022cn.c | 489 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Cn() argument 514 sal_Char * pDestBufEnd = pDestBuf + nDestBytes; in ImplConvertUnicodeToIso2022Cn()
|
H A D | convertiso2022jp.h | 64 sal_Size nDestBytes,
|
H A D | convertiso2022kr.h | 64 sal_Size nDestBytes,
|
H A D | converteuctw.h | 64 sal_Size nDestBytes,
|
H A D | convertbig5hkscs.h | 67 sal_Size nDestBytes,
|
H A D | convertiso2022cn.h | 70 sal_Size nDestBytes,
|
H A D | convertgb18030.h | 78 sal_Size nDestBytes,
|
/aoo41x/main/tools/source/string/ |
H A D | strcvt.cxx | 270 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 D | file_url.cxx | 884 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 D | file.cxx | 3166 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 D | textcvt.h | 168 sal_Char* pDestBuf, sal_Size nDestBytes,
|