Searched refs:utf_chars (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ffjni.c | 100 const char *utf_chars = NULL; in ff_jni_jstring_to_utf_chars() local 108 utf_chars = (*env)->GetStringUTFChars(env, string, ©); 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()
|
D | ffjni.h | 61 jstring ff_jni_utf_chars_to_jstring(JNIEnv *env, const char *utf_chars, void *log_ctx);
|
/third_party/glib/glib/pcre/ |
D | pcre_compile.c | 3472 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()
|