Searched refs:utf16 (Results 1 – 25 of 51) sorted by relevance
123
| /sqlite-3.40.0/tool/ |
| H A D | speedtest16.c | 69 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 D | mallocG.test | 56 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 D | enc3.test | 20 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 D | capi3.test | 28 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 D | capi3c.test | 30 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 D | mutex2.test | 42 proc utf16 {str} { 56 ifcapable utf16 { 58 set db2 [sqlite3_open16 [utf16 test.db] {}] 61 sqlite3_complete16 [utf16 {SELECT * FROM t1;}]
|
| H A D | enc.test | 23 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 D | fts3ai.test | 22 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 D | ptrchng.test | 67 ifcapable utf16 { 99 ifcapable utf16 { 135 ifcapable utf16 { 167 ifcapable utf16 { 210 ifcapable utf16 {
|
| H A D | fts1i.test | 26 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 D | fts2i.test | 25 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 D | capi3e.test | 36 proc utf16 {str {nt 1}} { 84 ifcapable {utf16} { 89 set db2 [sqlite3_open16 [utf16 $name] {}]
|
| H A D | enc2.test | 22 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 D | bind.test | 321 ifcapable {utf16} { 370 ifcapable {utf16} { 385 ifcapable {utf16} { 400 ifcapable {utf16} {
|
| H A D | all.test | 26 run_test_suite utf16
|
| H A D | misc6.test | 33 ifcapable utf16 {
|
| H A D | malloc.test | 223 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 D | tkt3121.test | 27 PRAGMA encoding = 'utf16';
|
| H A D | gcfault.test | 22 utf16
|
| H A D | tkt-3fe897352e.test | 22 ifcapable {!utf16} {
|
| H A D | capi3d.test | 32 ifcapable utf16 { 40 ifcapable !utf16 {
|
| H A D | aggerror.test | 53 ifcapable utf16 {
|
| H A D | instrfault.test | 29 utf16
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionfault.test | 178 PRAGMA encoding = 'utf16'; 183 PRAGMA encoding = 'utf16'; 435 PRAGMA encoding = 'utf16'; 471 PRAGMA encoding = 'utf16';
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | recoverfault2.test | 66 ifcapable utf16 {
|
123