Searched defs:SQLITE_UTF16LE (Results 1 - 7 of 7) 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3562 #define SQLITE_UTF16LE 2 macro
3912 ** <li> [SQLITE_UTF16LE],
4017 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4105 #define SQLITE_UTF16LE 2 macro
4455 ** <li> [SQLITE_UTF16LE],
4560 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
7441 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
7445 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
12365 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
19942 if( desiredEnc==SQLITE_UTF16LE ){
19962 if( pMem->enc==SQLITE_UTF16LE ){
20019 bom = SQLITE_UTF16LE;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4012 ** [SQLITE_UTF16LE] if the function implementation invokes
4111 #define SQLITE_UTF16LE 2 macro
4488 ** <li> [SQLITE_UTF16LE],
4593 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4127 ** [SQLITE_UTF16LE] if the function implementation invokes
4226 #define SQLITE_UTF16LE 2 macro
4603 ** <li> [SQLITE_UTF16LE],
4708 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
8569 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
8582 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
14034 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
21987 if( desiredEnc==SQLITE_UTF16LE ){
22005 if( pMem->enc==SQLITE_UTF16LE ){
22062 bom = SQLITE_UTF16LE;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4012 ** [SQLITE_UTF16LE] if the function implementation invokes
4111 #define SQLITE_UTF16LE 2 macro
4488 ** <li> [SQLITE_UTF16LE],
4593 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c4127 ** [SQLITE_UTF16LE] if the function implementation invokes
4226 #define SQLITE_UTF16LE 2 macro
4603 ** <li> [SQLITE_UTF16LE],
4708 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
8569 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
8582 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
14034 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
21987 if( desiredEnc==SQLITE_UTF16LE ){
22005 if( pMem->enc==SQLITE_UTF16LE ){
22062 bom = SQLITE_UTF16LE;
[all...]

Completed in 492 milliseconds