Searched refs:set_encoding (Results 1 – 9 of 9) sorted by relevance
115 dbx.set_encoding(enc); in open()
543 void set_encoding(Encoding encoding) { encoding_ = encoding; } in set_encoding() function
557 public void set_encoding(String enc) throws SQLite.Exception { in set_encoding() method in Database
441 db.set_encoding(args.length > 0 ? args[0] : null); in do_meta()
388 options.set_encoding(RE2::Options::EncodingLatin1);390 - options.set_encoding(RE2::Options::EncodingUCS2);
306 void set_encoding(const std::string& encoding);
1763 function set_encoding($encoding) { function in GeSHi
613 - Added method set_encoding that allows you to set the character
681 As of version 1.0.3, you can use the method set_encoding to specify the character set that your sou…682 $geshi->set_encoding($encoding);