Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/textenc/
H A Drtl_tencinfo.cxx45 void check( const sal_Char* _pRTL_TEXTENCODING, rtl_TextEncoding _aCurrentEncode ) in check() argument
47 … const sal_Char *pCharSet = rtl_getBestMimeCharsetFromTextEncoding( _aCurrentEncode ); in check()
50 …CharsetFromTextEncoding(%s) (%d) doesn't seem to exist.\n\n", _pRTL_TEXTENCODING, _aCurrentEncode); in check()
57 if (_aCurrentEncode != eTextEnc && in check()
61 …ncodingFromMimeCharset() differ: %s %d -> %d\n\n", _pRTL_TEXTENCODING, _aCurrentEncode, eTextEnc ); in check()
541 void check( const sal_Char* _pRTL_TEXTENCODING, rtl_TextEncoding _aCurrentEncode ) in check() argument
543 … const sal_Char *pCharSet = rtl_getBestUnixCharsetFromTextEncoding( _aCurrentEncode ); in check()
553 if (_aCurrentEncode != eTextEnc && in check()
1025 void check( const sal_Char* _pRTL_TEXTENCODING, rtl_TextEncoding _aCurrentEncode ) in check() argument
1027 … const sal_uInt8 nCharSet = rtl_getBestWindowsCharsetFromTextEncoding( _aCurrentEncode ); in check()
[all …]

Completed in 28 milliseconds