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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteStatement.cpp349 return String(reinterpret_cast<const UChar*>(sqlite3_column_text16(m_statement, col)), sqlite3_column_bytes16(m_statement, col) / sizeof(UChar));
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h255 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h3439 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3441 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3443 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3446 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3449 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3451 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3511 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
3531 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
3537 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
3539 ** sqlite3_column_bytes16(), an
[all...]
H A Dsqlite3.c3992 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3994 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3996 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3999 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
4002 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
4004 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4064 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4084 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
4090 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
4092 ** sqlite3_column_bytes16(), an
62325 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
89147 #define sqlite3_column_bytes16 macro
[all...]

Completed in 381 milliseconds