Lines Matching refs:jMime
636 jstring jMime, jstring jtestFile, jstring jrefFile, in nativeTestSimpleDecode() argument
639 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecode()
652 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecode()
658 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMime, in nativeTestOnlyEos() argument
661 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestOnlyEos()
667 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestOnlyEos()
673 jstring jMime, jstring jtestFile) { in nativeTestFlush() argument
675 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush()
686 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestFlush()
692 jstring jMime, jstring jtestFile) { in nativeTestSimpleDecodeQueueCSD() argument
694 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecodeQueueCSD()
700 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecodeQueueCSD()