sqlite_jni.c | 65 int haveutf; /* true for SQLite UTF-8 support */ member in struct:__anon9344 354 trans2iso(JNIEnv *env, int haveutf, jstring enc, jstring src, 362 if (haveutf) { 411 trans2utf(JNIEnv *env, int haveutf, jstring enc, const char *src, 423 if (haveutf) { 465 trans2utf(env, h->haveutf, h->enc, table, &tabstr); 545 trans2utf(env, h->haveutf, h->enc, cols[i], &col); 627 trans2utf(env, h->haveutf, h->enc, 662 trans2utf(env, h->haveutf, h->enc, 746 trans2utf(env, h->haveutf, h->enc, data[i], &dats) [all...] |