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 …]
1159 ByteString sCharset = sToken.GetToken( 1, ' ' ); in Execute() local1161 if (( sCharset.ToUpperAscii() == "CHARSET_IBMPC" ) || in Execute()1162 ( sCharset == "RTL_TEXTENCODING_IBM_850" ) || in Execute()1163 (( sCharset == "CHARSET" ) && ( sSet.ToUpperAscii() == "IBMPC" ))) in Execute()1167 else if (( sCharset == "CHARSET_ANSI" ) || in Execute()1168 ( sCharset == "RTL_TEXTENCODING_MS_1252" ) || in Execute()1169 (( sCharset == "CHARSET" ) && ( sSet.ToUpperAscii() == "ANSI" ))) in Execute()
Completed in 26 milliseconds