Searched refs:SQLITE_UTF8 (Results 1 – 7 of 7) sorted by relevance
/external/sqlite/android/ |
D | sqlite3_android.cpp | 450 err = sqlite3_create_collation_v2(handle, LOCALIZED_COLLATOR_NAME, SQLITE_UTF8, collator, in register_localized_collators() 498 err = sqlite3_create_collation_v2(handle, PHONEBOOK_COLLATOR_NAME, SQLITE_UTF8, collator, in register_localized_collators() 532 err = sqlite3_create_collation_v2(handle, "UNICODE", SQLITE_UTF8, collator, collate8, in register_android_functions() 543 SQLITE_UTF8, NULL, phone_numbers_equal, NULL, NULL); in register_android_functions() 551 SQLITE_UTF8, NULL, phone_numbers_equal, NULL, NULL); in register_android_functions() 557 …err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NUL… in register_android_functions() 564 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL); in register_android_functions() 573 2, SQLITE_UTF8, NULL, in register_android_functions()
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 1666 #define SQLITE_UTF8 1 macro
|
/external/sqlite/dist/ |
D | sqlite3.c | 3746 #define SQLITE_UTF8 1 macro 8528 {nArg, SQLITE_UTF8, bNC*SQLITE_FUNC_NEEDCOLL, \ 8531 {nArg, SQLITE_UTF8, bNC*SQLITE_FUNC_NEEDCOLL, \ 8534 {nArg, SQLITE_UTF8, flags, (void *)arg, 0, likeFunc, 0, 0, #zName, 0} 8536 {nArg, SQLITE_UTF8, nc*SQLITE_FUNC_NEEDCOLL, \ 11295 }else if( sqlite3IsNumber(zDate, &isRealNum, SQLITE_UTF8) ){ in parseDateOrTime() 18130 if( pMem->enc!=SQLITE_UTF8 && desiredEnc!=SQLITE_UTF8 ){ in sqlite3VdbeMemTranslate() 18151 if( desiredEnc==SQLITE_UTF8 ){ in sqlite3VdbeMemTranslate() 18182 if( pMem->enc==SQLITE_UTF8 ){ in sqlite3VdbeMemTranslate() 18202 assert( desiredEnc==SQLITE_UTF8 ); in sqlite3VdbeMemTranslate() [all …]
|
D | sqlite3.h | 3222 #define SQLITE_UTF8 1 macro
|
D | shell.c | 1004 const int enc = SQLITE_UTF8; in genfkey_create_triggers() 2206 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0, in open_db()
|
D | sqlite3.c.orig | 3672 ** [SQLITE_UTF8 | text encoding] this SQL function prefers for 3746 #define SQLITE_UTF8 1 4093 ** ^The third argument may be one of the constants [SQLITE_UTF8], 4168 ** connection. The third argument is one of [SQLITE_UTF8], [SQLITE_UTF16BE], 8475 u8 iPrefEnc; /* Preferred text encoding (SQLITE_UTF8, 16LE, 16BE) */ 8523 {nArg, SQLITE_UTF8, bNC*SQLITE_FUNC_NEEDCOLL, \ 8526 {nArg, SQLITE_UTF8, bNC*SQLITE_FUNC_NEEDCOLL, \ 8529 {nArg, SQLITE_UTF8, flags, (void *)arg, 0, likeFunc, 0, 0, #zName, 0} 8531 {nArg, SQLITE_UTF8, nc*SQLITE_FUNC_NEEDCOLL, \ 11290 }else if( sqlite3IsNumber(zDate, &isRealNum, SQLITE_UTF8) ){ [all …]
|
D | sqlite3.h.orig | 3148 ** [SQLITE_UTF8 | text encoding] this SQL function prefers for 3222 #define SQLITE_UTF8 1 3569 ** ^The third argument may be one of the constants [SQLITE_UTF8], 3644 ** connection. The third argument is one of [SQLITE_UTF8], [SQLITE_UTF16BE],
|