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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java155 public static final int SQLITE_UTF16LE = 2; field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h3134 #define SQLITE_UTF16LE 2 macro
3485 ** [SQLITE_UTF16LE] or [SQLITE_UTF16BE], indicating that the user-supplied
3560 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
/external/sqlite/dist/orig/
H A Dsqlite3.h3877 #define SQLITE_UTF16LE 2 macro
4232 ** <li> [SQLITE_UTF16LE],
4337 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4427 #define SQLITE_UTF16LE 2 macro
4782 ** <li> [SQLITE_UTF16LE],
4887 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
7984 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
7988 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
12988 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
20766 if( desiredEnc==SQLITE_UTF16LE ){
20786 if( pMem->enc==SQLITE_UTF16LE ){
20843 bom = SQLITE_UTF16LE;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3877 #define SQLITE_UTF16LE 2 macro
4232 ** <li> [SQLITE_UTF16LE],
4337 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4427 #define SQLITE_UTF16LE 2 macro
4782 ** <li> [SQLITE_UTF16LE],
4887 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
7984 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
7988 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
12988 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
20766 if( desiredEnc==SQLITE_UTF16LE ){
20786 if( pMem->enc==SQLITE_UTF16LE ){
20843 bom = SQLITE_UTF16LE;
[all...]

Completed in 784 milliseconds