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

/macosx-10.10.1/Heimdal-398.1.2/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 207 milliseconds