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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h3746 #define SQLITE_UTF16LE 2 macro
4096 ** <li> [SQLITE_UTF16LE],
4201 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4299 #define SQLITE_UTF16LE 2 macro
4649 ** <li> [SQLITE_UTF16LE],
4754 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
7733 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
7737 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
12700 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
20336 if( desiredEnc==SQLITE_UTF16LE ){
20356 if( pMem->enc==SQLITE_UTF16LE ){
20413 bom = SQLITE_UTF16LE;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h4365 ** [SQLITE_UTF8], [SQLITE_UTF16], [SQLITE_UTF16BE], or [SQLITE_UTF16LE]
5081 ** [SQLITE_UTF16LE] if the function implementation invokes
5219 #define SQLITE_UTF16LE 2 /* IMP: R-03371-37637 */ macro
5712 ** of [SQLITE_UTF8], [SQLITE_UTF16], [SQLITE_UTF16BE], or [SQLITE_UTF16LE].
5839 ** <li> [SQLITE_UTF16LE],
5946 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c5428 ** [SQLITE_UTF8], [SQLITE_UTF16], [SQLITE_UTF16BE], or [SQLITE_UTF16LE]
6144 ** [SQLITE_UTF16LE] if the function implementation invokes
6282 #define SQLITE_UTF16LE 2 /* IMP: R-03371-37637 */ macro
6775 ** of [SQLITE_UTF8], [SQLITE_UTF16], [SQLITE_UTF16BE], or [SQLITE_UTF16LE].
6902 ** <li> [SQLITE_UTF16LE],
7009 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
14551 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
14560 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
21196 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
[all...]

Completed in 664 milliseconds