Lines Matching refs:sqlite3_column_bytes16
4935 ** <tr><td><b>sqlite3_column_bytes16 </b>
4985 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
4997 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
4999 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5001 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5004 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5007 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5009 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5072 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5092 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
5098 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
5100 ** sqlite3_column_bytes16(), and do not mix calls to sqlite3_column_text16()
5120 ** <li> sqlite3_column_bytes16()
5138 int sqlite3_column_bytes16(sqlite3_stmt*, int iCol);