Searched refs:sCharset (Results 1 – 2 of 2) sorted by relevance
310 ByteString sCharset( argv[ 3 ] ); in main() local311 sCharset.ToUpperAscii(); in main()313 if ( sCharset == "MS_932" ) nEncoding = RTL_TEXTENCODING_MS_932; in main()314 else if ( sCharset == "MS_936" ) nEncoding = RTL_TEXTENCODING_MS_936; in main()315 else if ( sCharset == "MS_949" ) nEncoding = RTL_TEXTENCODING_MS_949; in main()316 else if ( sCharset == "MS_950" ) nEncoding = RTL_TEXTENCODING_MS_950; in main()317 else if ( sCharset == "MS_1250" ) nEncoding = RTL_TEXTENCODING_MS_1250; in main()318 else if ( sCharset == "MS_1251" ) nEncoding = RTL_TEXTENCODING_MS_1251; in main()319 else if ( sCharset == "MS_1252" ) nEncoding = RTL_TEXTENCODING_MS_1252; in main()320 else if ( sCharset == "MS_1253" ) nEncoding = RTL_TEXTENCODING_MS_1253; in main()[all …]
1169 ByteString sCharset = sToken.GetToken( 1, ' ' ); in Execute() local1171 if (( sCharset.ToUpperAscii() == "CHARSET_IBMPC" ) || in Execute()1172 ( sCharset == "RTL_TEXTENCODING_IBM_850" ) || in Execute()1173 (( sCharset == "CHARSET" ) && ( sSet.ToUpperAscii() == "IBMPC" ))) in Execute()1177 else if (( sCharset == "CHARSET_ANSI" ) || in Execute()1178 ( sCharset == "RTL_TEXTENCODING_MS_1252" ) || in Execute()1179 (( sCharset == "CHARSET" ) && ( sSet.ToUpperAscii() == "ANSI" ))) in Execute()
Completed in 24 milliseconds