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

/external/chromium/chrome/common/
H A Dsqlite_utils.cc437 return sqlite3_column_bytes16(stmt_, index);
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h233 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h2862 ** The sqlite3_column_bytes16() routine is similar to sqlite3_column_bytes()
2919 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
2939 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
2945 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
2947 ** sqlite3_column_bytes16(), and do not mix calls to sqlite3_column_text16()
2969 int sqlite3_column_bytes16(sqlite3_stmt*, int iCol);
/external/sqlite/dist/
H A Dsqlite3.h3171 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3173 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3175 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3178 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3181 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3183 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3243 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
3263 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
3269 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
3271 ** sqlite3_column_bytes16(), an
[all...]
H A Dsqlite3.h.orig3168 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3170 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3172 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3175 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3178 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3180 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3240 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
3260 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
3266 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
3268 ** sqlite3_column_bytes16(), an
[all...]
H A Dsqlite3.c.orig3711 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3713 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3715 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3718 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3721 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3723 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3783 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
3803 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
3809 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
3811 ** sqlite3_column_bytes16(), an
[all...]
H A Dsqlite3.c3718 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
3720 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
3722 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
3725 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
3728 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
3730 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3790 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
3810 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
3816 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
3818 ** sqlite3_column_bytes16(), an
84679 #define sqlite3_column_bytes16 macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4162 nbytes = sqlite3_column_bytes16((sqlite3_stmt *) v->vm, col);

Completed in 201 milliseconds