Home
last modified time | relevance | path

Searched refs:SQLITE_UTF16 (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/net/quiterss/quiterss-0.19.4_1/3rdparty/sqlitex/
H A Dsqliteextension.cpp81 sqlite3_create_collation( db, "LOCALE", SQLITE_UTF16, NULL, &localeCompare ); in installSQLiteExtension()
82 sqlite3_create_collation( db, "NOCASE", SQLITE_UTF16, NULL, &nocaseCompare ); in installSQLiteExtension()
83 sqlite3_create_function( db, "UPPER", 1, SQLITE_UTF16, NULL, &upperFunction, NULL, NULL ); in installSQLiteExtension()
84 sqlite3_create_function( db, "regexp", 2, SQLITE_UTF16, NULL, &regexpFunction, NULL, NULL ); in installSQLiteExtension()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageSQLFunctions.cpp230 {"lower", 1, SQLITE_UTF16, 0, caseFunction}, in registerFunctions()
232 {"upper", 1, SQLITE_UTF16, (void*)1, caseFunction}, in registerFunctions()
235 {"like", 2, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
237 {"like", 3, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
240 {"levenshteinDistance", 2, SQLITE_UTF16, 0, levenshteinDistanceFunction}, in registerFunctions()
243 {"utf16Length", 1, SQLITE_UTF16, 0, utf16LengthFunction}, in registerFunctions()
H A DSQLCollations.cpp106 {"locale", SQLITE_UTF16, localeCollation16}, in registerCollations()
107 {"locale_case_sensitive", SQLITE_UTF16, localeCollationCaseSensitive16}, in registerCollations()
108 {"locale_accent_sensitive", SQLITE_UTF16, in registerCollations()
110 {"locale_case_accent_sensitive", SQLITE_UTF16, in registerCollations()
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageSQLFunctions.cpp230 {"lower", 1, SQLITE_UTF16, 0, caseFunction}, in registerFunctions()
232 {"upper", 1, SQLITE_UTF16, (void*)1, caseFunction}, in registerFunctions()
235 {"like", 2, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
237 {"like", 3, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
240 {"levenshteinDistance", 2, SQLITE_UTF16, 0, levenshteinDistanceFunction}, in registerFunctions()
243 {"utf16Length", 1, SQLITE_UTF16, 0, utf16LengthFunction}, in registerFunctions()
H A DSQLCollations.cpp109 {"locale", SQLITE_UTF16, localeCollation16}, in registerCollations()
110 {"locale_case_sensitive", SQLITE_UTF16, localeCollationCaseSensitive16}, in registerCollations()
111 {"locale_accent_sensitive", SQLITE_UTF16, in registerCollations()
113 {"locale_case_accent_sensitive", SQLITE_UTF16, in registerCollations()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageSQLFunctions.cpp230 {"lower", 1, SQLITE_UTF16, 0, caseFunction}, in registerFunctions()
232 {"upper", 1, SQLITE_UTF16, (void*)1, caseFunction}, in registerFunctions()
235 {"like", 2, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
237 {"like", 3, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
240 {"levenshteinDistance", 2, SQLITE_UTF16, 0, levenshteinDistanceFunction}, in registerFunctions()
243 {"utf16Length", 1, SQLITE_UTF16, 0, utf16LengthFunction}, in registerFunctions()
H A DSQLCollations.cpp106 {"locale", SQLITE_UTF16, localeCollation16}, in registerCollations()
107 {"locale_case_sensitive", SQLITE_UTF16, localeCollationCaseSensitive16}, in registerCollations()
108 {"locale_accent_sensitive", SQLITE_UTF16, in registerCollations()
110 {"locale_case_accent_sensitive", SQLITE_UTF16, in registerCollations()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageSQLFunctions.cpp230 {"lower", 1, SQLITE_UTF16, 0, caseFunction}, in registerFunctions()
232 {"upper", 1, SQLITE_UTF16, (void*)1, caseFunction}, in registerFunctions()
235 {"like", 2, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
237 {"like", 3, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
240 {"levenshteinDistance", 2, SQLITE_UTF16, 0, levenshteinDistanceFunction}, in registerFunctions()
243 {"utf16Length", 1, SQLITE_UTF16, 0, utf16LengthFunction}, in registerFunctions()
H A DSQLCollations.cpp106 {"locale", SQLITE_UTF16, localeCollation16}, in registerCollations()
107 {"locale_case_sensitive", SQLITE_UTF16, localeCollationCaseSensitive16}, in registerCollations()
108 {"locale_accent_sensitive", SQLITE_UTF16, in registerCollations()
110 {"locale_case_accent_sensitive", SQLITE_UTF16, in registerCollations()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DSQLCollations.cpp106 {"locale", SQLITE_UTF16, localeCollation16}, in registerCollations()
107 {"locale_case_sensitive", SQLITE_UTF16, localeCollationCaseSensitive16}, in registerCollations()
108 {"locale_accent_sensitive", SQLITE_UTF16, in registerCollations()
110 {"locale_case_accent_sensitive", SQLITE_UTF16, in registerCollations()
H A DmozStorageSQLFunctions.cpp229 {"lower", 1, SQLITE_UTF16, 0, caseFunction}, in registerFunctions()
231 {"upper", 1, SQLITE_UTF16, (void *)1, caseFunction}, in registerFunctions()
234 {"like", 2, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
236 {"like", 3, SQLITE_UTF16, 0, likeFunction}, in registerFunctions()
239 {"levenshteinDistance", 2, SQLITE_UTF16, 0, levenshteinDistanceFunction}, in registerFunctions()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DSQLCollations.cpp127 SQLITE_UTF16, in registerCollations()
130 SQLITE_UTF16, in registerCollations()
133 SQLITE_UTF16, in registerCollations()
136 SQLITE_UTF16, in registerCollations()
H A DmozStorageSQLFunctions.cpp247 SQLITE_UTF16, in registerFunctions()
257 SQLITE_UTF16, in registerFunctions()
268 SQLITE_UTF16, in registerFunctions()
278 SQLITE_UTF16, in registerFunctions()
289 SQLITE_UTF16, in registerFunctions()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/icu/
H A Dicu.c439 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
461 {"lower", 1, SQLITE_UTF16, 0, icuCaseFunc16}, in sqlite3IcuInit()
462 {"lower", 2, SQLITE_UTF16, 0, icuCaseFunc16}, in sqlite3IcuInit()
463 {"upper", 1, SQLITE_UTF16, (void*)1, icuCaseFunc16}, in sqlite3IcuInit()
464 {"upper", 2, SQLITE_UTF16, (void*)1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/databases/kdb/kdb-3.2.0/src/drivers/sqlite/icu/
H A Dicu.cpp445 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
467 {"lower", 1, SQLITE_UTF16, nullptr, icuCaseFunc16}, in sqlite3IcuInit()
468 {"lower", 2, SQLITE_UTF16, nullptr, icuCaseFunc16}, in sqlite3IcuInit()
469 {"upper", 1, SQLITE_UTF16, (void*)1, icuCaseFunc16}, in sqlite3IcuInit()
470 {"upper", 2, SQLITE_UTF16, (void*)1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dsqliteicu.c493 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
517 {"lower", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
518 {"lower", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
519 {"upper", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
520 {"upper", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dsqliteicu.c493 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
517 {"lower", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
518 {"lower", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
519 {"upper", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
520 {"upper", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/databases/sqlite3/sqlite-src-3350500/ext/icu/
H A Dicu.c489 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
513 {"lower", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
514 {"lower", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
515 {"upper", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
516 {"upper", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/icu/
H A Dicu.c483 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
505 {"lower", 1, SQLITE_UTF16|SQLITE_DETERMINISTIC, 0, icuCaseFunc16}, in sqlite3IcuInit()
506 {"lower", 2, SQLITE_UTF16|SQLITE_DETERMINISTIC, 0, icuCaseFunc16}, in sqlite3IcuInit()
507 {"upper", 1, SQLITE_UTF16|SQLITE_DETERMINISTIC, 1, icuCaseFunc16}, in sqlite3IcuInit()
508 {"upper", 2, SQLITE_UTF16|SQLITE_DETERMINISTIC, 1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/icu/
H A Dicu.c489 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
513 {"lower", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
514 {"lower", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
515 {"upper", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
516 {"upper", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/icu/
H A Dicu.c489 rc = sqlite3_create_collation_v2(db, zName, SQLITE_UTF16, (void *)pUCollator, in icuLoadCollation()
513 {"lower", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
514 {"lower", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 0, icuCaseFunc16}, in sqlite3IcuInit()
515 {"upper", 1, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
516 {"upper", 2, SQLITE_UTF16|SQLITEICU_EXTRAFLAGS, 1, icuCaseFunc16}, in sqlite3IcuInit()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest5.c102 { "UTF16", SQLITE_UTF16 }, in name_to_enc()
115 if( pEnc->enc==SQLITE_UTF16 ){ in name_to_enc()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest5.c102 { "UTF16", SQLITE_UTF16 }, in name_to_enc()
115 if( pEnc->enc==SQLITE_UTF16 ){ in name_to_enc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest5.c102 { "UTF16", SQLITE_UTF16 }, in name_to_enc()
115 if( pEnc->enc==SQLITE_UTF16 ){ in name_to_enc()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest5.c100 { "UTF16", SQLITE_UTF16 }, in name_to_enc()
113 if( pEnc->enc==SQLITE_UTF16 ){ in name_to_enc()

12345678910>>...19