代码搜索:jstring

找到约 391 项符合「jstring」的源代码

代码结果 391
www.eeworm.com/read/229812/4751370

gml jistojms.gml

.func jistojms #include unsigned short jistojms( unsigned short c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func converts a JIS character set code to a shift-JIS charac
www.eeworm.com/read/190666/5180632

c findclass.c

#include #include jclass Java_findclass_doit (JNIEnv *env, jclass klass, jstring name) { const char *buf = (*env)->GetStringUTFChars (env, name, NULL); jclass k = (*env)
www.eeworm.com/read/190666/5180639

c throwit.c

#include #include void Java_throwit_throwit (JNIEnv *env, jclass klass, jstring name, jboolean is_new) { const char *buf = (*env)->GetStringUTFChars (env, name, NULL)
www.eeworm.com/read/287209/4025446

c attach.c

/* Note: This program only works on Microsoft Windows. */ #include #include JavaVM *jvm; void thread_fun(void *arg) { jint res; jclass cls; jmethodID mid; jstring
www.eeworm.com/read/287209/4025456

c attach.c

/* Note: This program only works on Microsoft Windows. */ #include #include JavaVM *jvm; void thread_fun(void *arg) { jint res; jclass cls; jmethodID mid; jstring
www.eeworm.com/read/381758/2640889

c attach.c

/* Note: This program only works on Microsoft Windows. */ #include #include JavaVM *jvm; void thread_fun(void *arg) { jint res; jclass cls; jmethodID mid; jstring
www.eeworm.com/read/381758/2640899

c attach.c

/* Note: This program only works on Microsoft Windows. */ #include #include JavaVM *jvm; void thread_fun(void *arg) { jint res; jclass cls; jmethodID mid; jstring
www.eeworm.com/read/359048/2980579

c attach.c

/* Note: This program only works on Microsoft Windows. */ #include #include JavaVM *jvm; void thread_fun(void *arg) { jint res; jclass cls; jmethodID mid; jstring
www.eeworm.com/read/359048/2980591

c attach.c

/* Note: This program only works on Microsoft Windows. */ #include #include JavaVM *jvm; void thread_fun(void *arg) { jint res; jclass cls; jmethodID mid; jstring
www.eeworm.com/read/187661/8612155

cpp jniframe.cpp

#include #include #include "JNIFrame.h" JNIEXPORT jint JNICALL Java_JNIFrame_getHwnd (JNIEnv *env, jclass obj, jstring title) { HWND hwnd=NULL; const char *str;