Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/
H A Dgsiconv.cxx310 ByteString sCharset( argv[ 3 ] ); in main() local
311 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 …]
H A Dexport.cxx1159 ByteString sCharset = sToken.GetToken( 1, ' ' ); in Execute() local
1161 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 21 milliseconds