HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_UTF16LE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 4957 ** or [SQLITE_UTF16LE] to specify the encoding of the text in the
5695 ** [SQLITE_UTF16LE] if the function implementation invokes
5833 ** [[SQLITE_UTF16LE]] <dt>SQLITE_UTF16LE</dt><dd>Text is encoding as UTF-16
5877 #define SQLITE_UTF16LE 2 /* IMP: R-03371-37637 */
6155 ** [SQLITE_UTF16BE], or [SQLITE_UTF16LE] according to the current text encoding
6504 ** or [SQLITE_UTF16LE]. ^The special value [SQLITE_UTF8_ZT] means that
6649 ** <li> [SQLITE_UTF16LE],
6756 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
sqlite3.c 5278 ** or [SQLITE_UTF16LE] to specify the encoding of the text in the
6016 ** [SQLITE_UTF16LE] if the function implementation invokes
6154 ** [[SQLITE_UTF16LE]] <dt>SQLITE_UTF16LE</dt><dd>Text is encoding as UTF-16
6198 #define SQLITE_UTF16LE 2 /* IMP: R-03371-37637 */
6476 ** [SQLITE_UTF16BE], or [SQLITE_UTF16LE] according to the current text encoding
6825 ** or [SQLITE_UTF16LE]. ^The special value [SQLITE_UTF8_ZT] means that
6970 ** <li> [SQLITE_UTF16LE],
7077 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
16056 # define SQLITE_UTF16NATIVE SQLITE_UTF16LE
    [all...]
shell.c 16687 if( strcmp(enc,"utf16le")==0 ) ienc = SQLITE_UTF16LE;
20176 case SQLITE_UTF16LE:
23074 if( enc!=SQLITE_UTF8 && enc!=SQLITE_UTF16BE && enc!=SQLITE_UTF16LE ){
    [all...]

Completed in 235 milliseconds