Lines Matching refs:cMime
668 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecode() local
674 auto* codecDecoderTest = new CodecDecoderTest(cMime, window); in nativeTestSimpleDecode()
683 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecode()
692 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestOnlyEos() local
694 auto* codecDecoderTest = new CodecDecoderTest(cMime, nullptr); in nativeTestOnlyEos()
698 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestOnlyEos()
706 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush() local
709 auto* codecDecoderTest = new CodecDecoderTest(cMime, window); in nativeTestFlush()
717 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestFlush()
725 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecodeQueueCSD() local
727 auto codecDecoderTest = new CodecDecoderTest(cMime, nullptr); in nativeTestSimpleDecodeQueueCSD()
731 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecodeQueueCSD()