Searched refs:test_collate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c2506 ** Calling this routine registers the collation sequence "test_collate"
2508 ** boolean values. If the first is true, then a version of test_collate is
2511 ** Previous versions of test_collate are deleted.
2513 ** The collation sequence test_collate is implemented by calling the
2516 ** "test_collate <enc> <lhs> <rhs>"
2521 ** "test_collate" proc.
2541 pX = Tcl_NewStringObj("test_collate", -1);
2578 static int test_collate( function
2594 rc = sqlite3_create_collation(db, "test_collate", SQLITE_UTF8,
2599 rc = sqlite3_create_collation(db, "test_collate", SQLITE_UTF16L
[all...]

Completed in 56 milliseconds