HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_value_bytes16 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 345 nInput = sqlite3_value_bytes16(apArg[0]);
  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 248 sqlite3_value_bytes16,
test_func.c 127 len = sqlite3_value_bytes16(argv[0]);
vdbeapi.c 154 int sqlite3_value_bytes16(sqlite3_value *pVal){ function
774 int val = sqlite3_value_bytes16( columnMem(pStmt,i) );
    [all...]
sqlite3ext.h 344 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
sqlite.h.in     [all...]
test1.c 912 ** sqlite3_value_bytes16()
950 sqlite3_value_bytes16(argv[0]);
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 368 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
sqlite3.h     [all...]
sqlite3.c 62901 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
91341 #define sqlite3_value_bytes16 macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 368 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
sqlite3.h     [all...]
sqlite3.c 62929 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
91377 #define sqlite3_value_bytes16 macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 60667 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
87033 #define sqlite3_value_bytes16 macro
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 211 size_t argLen = sqlite3_value_bytes16(argv[i]) / sizeof(jchar);
    [all...]

Completed in 1032 milliseconds