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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h4026 #define SQLITE_UTF16LE 2 macro
4385 ** <li> [SQLITE_UTF16LE],
4490 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4597 #define SQLITE_UTF16LE 2 macro
4956 ** <li> [SQLITE_UTF16LE],
5061 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
8252 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
8256 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
13413 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
20952 if( desiredEnc==SQLITE_UTF16LE ){
20970 if( pMem->enc==SQLITE_UTF16LE ){
21027 bom = SQLITE_UTF16LE;
21506 assert( enc==SQLITE_UTF8 || enc==SQLITE_UTF16LE || en
[all...]
/freebsd-10.2-release/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...]

Completed in 542 milliseconds