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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h345 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h4359 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
4409 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
4421 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
4423 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
4425 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
4428 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
4431 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
4433 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4492 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4512 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
[all...]
H A Dsqlite3.c5383 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
5433 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5445 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5447 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5449 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5452 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5455 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5457 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5516 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5536 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
78790 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
113610 #define sqlite3_column_bytes16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h345 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h4359 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
4409 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
4421 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
4423 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
4425 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
4428 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
4431 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
4433 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4492 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4512 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
[all...]
H A Dsqlite3.c5383 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
5433 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5445 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5447 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5449 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5452 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5455 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5457 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5516 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5536 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
78790 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
113610 #define sqlite3_column_bytes16 macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4161 nbytes = sqlite3_column_bytes16((sqlite3_stmt *) v->vm, col);

Completed in 489 milliseconds