Searched defs:SQLITE_UTF16 (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java157 public static final int SQLITE_UTF16 = 4; /* Use native byte order */ field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h3136 #define SQLITE_UTF16 4 /* Use native byte order */ macro
/external/sqlite/dist/orig/
H A Dsqlite3.h3879 #define SQLITE_UTF16 4 /* Use native byte order */ macro
4234 ** <li> [SQLITE_UTF16], or
4239 ** ^The [SQLITE_UTF16] and [SQLITE_UTF16_ALIGNED] values for eTextRep
H A Dsqlite3.c4429 #define SQLITE_UTF16 4 /* Use native byte order */ macro
4784 ** <li> [SQLITE_UTF16], or
4789 ** ^The [SQLITE_UTF16] and [SQLITE_UTF16_ALIGNED] values for eTextRep
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3879 #define SQLITE_UTF16 4 /* Use native byte order */ macro
4234 ** <li> [SQLITE_UTF16], or
4239 ** ^The [SQLITE_UTF16] and [SQLITE_UTF16_ALIGNED] values for eTextRep
H A Dsqlite3.c4429 #define SQLITE_UTF16 4 /* Use native byte order */ macro
4784 ** <li> [SQLITE_UTF16], or
4789 ** ^The [SQLITE_UTF16] and [SQLITE_UTF16_ALIGNED] values for eTextRep
[all...]

Completed in 419 milliseconds