Lines Matching refs:nDestChars
199 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()
394 ImplUpdateStringFromUniString( pTempBuf, nDestChars, eTarget, in ImplStringConvert()
501 sal_Size nDestChars; in ConvertToUnicode() local
504 nDestChars = rtl_convertTextToUnicode( hConverter, 0, in ConvertToUnicode()
514 if ( nDestChars == 1 ) in ConvertToUnicode()