Home
last modified time | relevance | path

Searched refs:utf_chars (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffjni.c100 const char *utf_chars = NULL; in ff_jni_jstring_to_utf_chars() local
108 utf_chars = (*env)->GetStringUTFChars(env, string, &copy); in ff_jni_jstring_to_utf_chars()
115 ret = av_strdup(utf_chars); in ff_jni_jstring_to_utf_chars()
117 (*env)->ReleaseStringUTFChars(env, string, utf_chars); in ff_jni_jstring_to_utf_chars()
127 jstring ff_jni_utf_chars_to_jstring(JNIEnv *env, const char *utf_chars, void *log_ctx) in ff_jni_utf_chars_to_jstring() argument
131 ret = (*env)->NewStringUTF(env, utf_chars); in ff_jni_utf_chars_to_jstring()
Dffjni.h61 jstring ff_jni_utf_chars_to_jstring(JNIEnv *env, const char *utf_chars, void *log_ctx);
/third_party/glib/glib/pcre/
Dpcre_compile.c3472 pcre_uchar utf_chars[6]; in compile_branch() local
4853 memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */ in compile_branch()
4986 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5011 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5041 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()