Lines Matching refs:cMime
639 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecode() local
644 auto* codecDecoderTest = new CodecDecoderTest(cMime, window); in nativeTestSimpleDecode()
652 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecode()
661 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestOnlyEos() local
663 auto* codecDecoderTest = new CodecDecoderTest(cMime, nullptr); in nativeTestOnlyEos()
667 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestOnlyEos()
675 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush() local
678 auto* codecDecoderTest = new CodecDecoderTest(cMime, window); in nativeTestFlush()
686 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestFlush()
694 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecodeQueueCSD() local
696 auto codecDecoderTest = new CodecDecoderTest(cMime, nullptr); in nativeTestSimpleDecodeQueueCSD()
700 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecodeQueueCSD()