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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h3223 #define SQLITE_UTF16LE 2 macro
3570 ** [SQLITE_UTF16LE], or [SQLITE_UTF16BE], indicating that the user-supplied
3645 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
H A Dsqlite3.c3747 #define SQLITE_UTF16LE 2 macro
4094 ** [SQLITE_UTF16LE], or [SQLITE_UTF16BE], indicating that the user-supplied
4169 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
6618 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
6622 # define SQLITE_UTF16NATIVE (SQLITE_BIGENDIAN?SQLITE_UTF16BE:SQLITE_UTF16LE)
17601 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */
18109 if( desiredEnc==SQLITE_UTF16LE ){
18129 if( pMem->enc==SQLITE_UTF16LE ){
18186 bom = SQLITE_UTF16LE;
[all...]

Completed in 420 milliseconds