Home
last modified time | relevance | path

Searched refs:utf16 (Results 1 – 25 of 51) sorted by relevance

123

/sqlite-3.40.0/tool/
H A Dspeedtest16.c69 void *utf16; in prepareAndRun() local
77 utf16 = asciiToUtf16le(zSql); in prepareAndRun()
79 rc = sqlite3_prepare16_v2(db, utf16, -1, &pStmt, &stmtTail); in prepareAndRun()
97 free(utf16); in prepareAndRun()
101 void *utf16; in main() local
129 utf16 = asciiToUtf16le(argv[1]); in main()
131 rc = sqlite3_open16(utf16, &db); in main()
135 free(utf16); in main()
/sqlite-3.40.0/test/
H A DmallocG.test56 ifcapable !utf16 {
61 proc utf16 {utf8} {
62 set utf16 [encoding convertto unicode $utf8]
63 append utf16 "\x00\x00"
64 return $utf16
68 set rc [sqlite3_complete16 [utf16 "SELECT * FROM t1;"]]
H A Denc3.test20 ifcapable {utf16} {
54 ifcapable {bloblit && utf16} {
82 ifcapable {utf16 && shared_cache} {
98 ATTACH 'test.db' AS utf16;
99 SELECT 1 FROM utf16.sqlite_master LIMIT 1;
H A Dcapi3.test28 proc utf16 {str {nt 1}} {
114 ifcapable {utf16} {
158 } ;# endif utf16
191 ifcapable {utf16} {
209 ifcapable {utf16} {
230 } ;# utf16
267 ifcapable {utf16} {
285 ifcapable {utf16} {
303 ifcapable {utf16} {
494 ifcapable {utf16} {
[all …]
H A Dcapi3c.test30 proc utf16 {str {nt 1}} {
104 ifcapable {utf16} {
148 } ;# endif utf16
180 ifcapable {utf16} {
190 ifcapable {utf16} {
211 } ;# utf16
248 ifcapable {utf16} {
266 ifcapable {utf16} {
464 ifcapable {utf16} {
501 ifcapable {utf16} {
[all …]
H A Dmutex2.test42 proc utf16 {str} {
56 ifcapable utf16 {
58 set db2 [sqlite3_open16 [utf16 test.db] {}]
61 sqlite3_complete16 [utf16 {SELECT * FROM t1;}]
H A Denc.test23 ifcapable {!utf16} {
34 # $utf16 is a UTF-16 encoded string. Swap each pair of bytes around
36 proc swap_byte_order {utf16} {
37 binary scan $utf16 \c* ints
105 set utf16 $utf16le
107 set utf16 $utf16be
109 set utf8_sqlite3 [test_translate $utf16 UTF16 UTF8]
H A Dfts3ai.test22 ifcapable !utf16 {
30 proc utf16 {str {nt 1}} {
73 set sql16 [utf16 {INSERT INTO t1 (rowid, content) VALUES(4, 'four')}]
81 set sql16 [utf16 {INSERT INTO t1 (rowid, content) VALUES(5, 'five')}]
H A Dptrchng.test67 ifcapable utf16 {
99 ifcapable utf16 {
135 ifcapable utf16 {
167 ifcapable utf16 {
210 ifcapable utf16 {
H A Dfts1i.test26 proc utf16 {str {nt 1}} {
69 set sql16 [utf16 {INSERT INTO t1 (rowid, content) VALUES(4, 'four')}]
77 set sql16 [utf16 {INSERT INTO t1 (rowid, content) VALUES(5, 'five')}]
H A Dfts2i.test25 proc utf16 {str {nt 1}} {
68 set sql16 [utf16 {INSERT INTO t1 (rowid, content) VALUES(4, 'four')}]
76 set sql16 [utf16 {INSERT INTO t1 (rowid, content) VALUES(5, 'five')}]
H A Dcapi3e.test36 proc utf16 {str {nt 1}} {
84 ifcapable {utf16} {
89 set db2 [sqlite3_open16 [utf16 $name] {}]
H A Denc2.test22 ifcapable {!utf16} {
479 proc utf16 {utf8} {
480 set utf16 [encoding convertto unicode $utf8]
481 append utf16 "\x00\x00"
482 return $utf16
486 sqlite3_complete16 [utf16 "SELECT * FROM t1;"]
489 sqlite3_complete16 [utf16 "SELECT * FROM"]
H A Dbind.test321 ifcapable {utf16} {
370 ifcapable {utf16} {
385 ifcapable {utf16} {
400 ifcapable {utf16} {
H A Dall.test26 run_test_suite utf16
H A Dmisc6.test33 ifcapable utf16 {
H A Dmalloc.test223 ifcapable utf16 {
369 ifcapable utf16 {
401 ifcapable utf16 {
453 ifcapable utf16 {
459 set utf16 [sqlite3_errmsg16 [sqlite3_connection_pointer db]]
460 binary scan $utf16 c* bytes
H A Dtkt3121.test27 PRAGMA encoding = 'utf16';
H A Dgcfault.test22 utf16
H A Dtkt-3fe897352e.test22 ifcapable {!utf16} {
H A Dcapi3d.test32 ifcapable utf16 {
40 ifcapable !utf16 {
H A Daggerror.test53 ifcapable utf16 {
H A Dinstrfault.test29 utf16
/sqlite-3.40.0/ext/session/
H A Dsessionfault.test178 PRAGMA encoding = 'utf16';
183 PRAGMA encoding = 'utf16';
435 PRAGMA encoding = 'utf16';
471 PRAGMA encoding = 'utf16';
/sqlite-3.40.0/ext/recover/
H A Drecoverfault2.test66 ifcapable utf16 {

123