Home
last modified time | relevance | path

Searched refs:haveutf (Results 1 – 1 of 1) sorted by relevance

/external/javasqlite/src/main/native/
Dsqlite_jni.c65 int haveutf; /* true for SQLite UTF-8 support */ member
354 trans2iso(JNIEnv *env, int haveutf, jstring enc, jstring src, in trans2iso() argument
362 if (haveutf) { in trans2iso()
411 trans2utf(JNIEnv *env, int haveutf, jstring enc, const char *src, in trans2utf() argument
423 if (haveutf) { in trans2utf()
465 trans2utf(env, h->haveutf, h->enc, table, &tabstr); in busyhandler()
545 trans2utf(env, h->haveutf, h->enc, cols[i], &col); in callback()
627 trans2utf(env, h->haveutf, h->enc, in callback()
662 trans2utf(env, h->haveutf, h->enc, in callback()
746 trans2utf(env, h->haveutf, h->enc, data[i], &dats); in callback()
[all …]