Searched refs:sqlite3_create_collation_v2 (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | collate7.test | 13 # focus of this script is the experimental sqlite3_create_collation_v2() 28 sqlite3_create_collation_v2 db CASELESS caseless_cmp $cmd 41 sqlite3_create_collation_v2 db CASELESS caseless_cmp {incr ::caseless_del} 49 sqlite3_create_collation_v2 db CASELESS caseless_cmp {incr ::caseless_del}
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbuvacuum.test | 350 sqlite3_create_collation_v2 db length length_cmp noop 373 sqlite3_create_collation_v2 $db1 length length_cmp noop 381 sqlite3_create_collation_v2 $db1 length length_cmp noop 391 sqlite3_create_collation_v2 $db1 length length_cmp noop 392 sqlite3_create_collation_v2 $db2 length length_cmp noop
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 490 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 296 sqlite3_create_collation_v2,
|
| H A D | sqlite3ext.h | 523 #define sqlite3_create_collation_v2 sqlite3_api->create_collation_v2 macro
|
| H A D | main.c | 3582 return sqlite3_create_collation_v2(db, zName, enc, pCtx, xCompare, 0); in sqlite3_create_collation() 3588 int sqlite3_create_collation_v2( in sqlite3_create_collation_v2() function
|
| H A D | test1.c | 1780 rc = sqlite3_create_collation_v2(db, Tcl_GetString(objv[2]), 16, in test_create_collation_v2() 1788 rc = sqlite3_create_collation_v2(db, Tcl_GetString(objv[2]), SQLITE_UTF8, in test_create_collation_v2()
|
| H A D | sqlite.h.in | 5995 ** for sqlite3_create_collation() and sqlite3_create_collation_v2() 6050 ** ^The sqlite3_create_collation_v2() works like sqlite3_create_collation() 6058 ** sqlite3_create_collation_v2() function fails. Applications that invoke 6059 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should 6075 int sqlite3_create_collation_v2( 6116 ** [sqlite3_create_collation_v2()].
|