Searched defs:sqlite3_column_bytes16 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c737 ** sqlite3_column_bytes16()
773 int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
H A Dsqlite3ext.h252 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h290 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.c3910 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3912 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3914 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3917 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3920 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3922 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3982 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4002 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
4008 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
4010 ** sqlite3_column_bytes16(), an
67074 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
97261 #define sqlite3_column_bytes16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h290 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.c3910 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3912 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3914 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3917 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3920 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3922 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3982 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4002 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
4008 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
4010 ** sqlite3_column_bytes16(), an
67094 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
97281 #define sqlite3_column_bytes16 macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3798 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3800 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3802 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3805 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3808 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3810 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3870 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
3890 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
3896 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
3898 ** sqlite3_column_bytes16(), an
61107 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
86734 #define sqlite3_column_bytes16 macro
[all...]

Completed in 601 milliseconds