Searched refs:sqlite3_value_bytes16 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c345 nInput = sqlite3_value_bytes16(apArg[0]);
/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c248 sqlite3_value_bytes16,
H A Dtest_func.c127 len = sqlite3_value_bytes16(argv[0]);
H A Dvdbeapi.c154 int sqlite3_value_bytes16(sqlite3_value *pVal){ function
774 int val = sqlite3_value_bytes16( columnMem(pStmt,i) );
H A Dsqlite3ext.h344 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
H A Dsqlite.h.in3621 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
3629 int sqlite3_value_bytes16(sqlite3_value*);
H A Dtest1.c912 ** sqlite3_value_bytes16()
950 sqlite3_value_bytes16(argv[0]);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h382 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
H A Dsqlite3.h4186 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4194 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
H A Dsqlite3.c4301 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4309 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
66392 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
97353 #define sqlite3_value_bytes16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h382 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
H A Dsqlite3.h4186 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4194 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
H A Dsqlite3.c4301 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4309 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
66412 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
97373 #define sqlite3_value_bytes16 macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3626 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
3634 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
H A Dsqlite3.c4169 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4177 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
60488 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
86826 #define sqlite3_value_bytes16 macro
[all...]

Completed in 529 milliseconds