Searched defs:haveutf (Results 1 - 1 of 1) sorted by relevance

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c65 int haveutf; /* true for SQLite UTF-8 support */ member in struct:__anon5437
354 trans2iso(JNIEnv *env, int haveutf, jstring enc, jstring src, argument
362 if (haveutf) {
411 trans2utf(JNIEnv *env, int haveutf, jstring enc, const char *src, argument
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,
[all...]

Completed in 33 milliseconds