Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h415 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h4949 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
4999 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5011 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5013 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5015 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5018 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5021 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5023 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5086 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5106 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c5258 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
5308 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5320 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5322 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5324 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5327 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5330 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5332 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5395 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5415 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
89134 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ global() function
132338 #define sqlite3_column_bytes16 global() macro
[all...]

Completed in 119 milliseconds