Lines Matching refs:nSrcBytes
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()
516 *pLen = nSrcBytes; in ConvertToUnicode()