Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java115 dbx.set_encoding(enc); in open()
/external/regex-re2/re2/
Dre2.h543 void set_encoding(Encoding encoding) { encoding_ = encoding; } in set_encoding() function
/external/javasqlite/src/main/java/SQLite/
DDatabase.java557 public void set_encoding(String enc) throws SQLite.Exception { in set_encoding() method in Database
DShell.java441 db.set_encoding(args.length > 0 ? args[0] : null); in do_meta()
/external/regex-re2/
Ducs2.diff388 options.set_encoding(RE2::Options::EncodingLatin1);
390 - options.set_encoding(RE2::Options::EncodingUCS2);
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h306 void set_encoding(const std::string& encoding);
/external/libvpx/examples/includes/geshi/
Dgeshi.php1763 function set_encoding($encoding) { function in GeSHi
/external/libvpx/examples/includes/geshi/docs/
DCHANGES613 - Added method set_encoding that allows you to set the character
Dgeshi-doc.txt681 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);