Lines Matching refs:utf
64 int haveutf; /* true for SQLite UTF-8 support */
132 /* ISO to/from UTF-8 translation */
363 const char *utf = (*env)->GetStringUTFChars(env, src, 0);
365 dest->result = dest->tofree = malloc(strlen(utf) + 1);
377 strcpy(dest->result, utf);
378 (*env)->ReleaseStringUTFChars(env, src, utf);
1018 trans2iso(env, strcmp(sqlite_libencoding(), "UTF-8") == 0, 0,
1102 h->haveutf = strcmp(sqlite_libencoding(), "UTF-8") == 0;
5008 if (strcmp(sqlite_libencoding(), "UTF-8") != 0) {
5009 fprintf(stderr, "WARNING: using non-UTF SQLite2 engine\n");