Searched refs:haveutf (Results 1 – 1 of 1) sorted by relevance
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 64 int haveutf; /* true for SQLite UTF-8 support */ member 353 trans2iso(JNIEnv *env, int haveutf, jstring enc, jstring src, in trans2iso() argument 361 if (haveutf) { in trans2iso() 410 trans2utf(JNIEnv *env, int haveutf, jstring enc, const char *src, in trans2utf() argument 422 if (haveutf) { in trans2utf() 464 trans2utf(env, h->haveutf, h->enc, table, &tabstr); in busyhandler() 544 trans2utf(env, h->haveutf, h->enc, cols[i], &col); in callback() 626 trans2utf(env, h->haveutf, h->enc, in callback() 661 trans2utf(env, h->haveutf, h->enc, in callback() 745 trans2utf(env, h->haveutf, h->enc, data[i], &dats); in callback() [all …]
|