代码搜索:jstring

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

代码结果 391
www.eeworm.com/read/162519/5546676

c jniutf.c

#include JNIEXPORT void JNICALL Java_jniutf_printString (JNIEnv *env, jobject obj, jstring str) { const char *cstr; cstr = (*env)->GetStringUTFChars (env, str, NULL); (*env)->Releas
www.eeworm.com/read/268007/11156898

h kvpair.h

// KVPair.h : Declaration of the CKVPair #ifndef __KVPAIR_H_ #define __KVPAIR_H_ #include "resource.h" // main symbols #include "jstring" using namespace std; #define DECLARE_CASTE
www.eeworm.com/read/470713/1453382

c findclass.c

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

c throwit.c

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

c findclass.c

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

c throwit.c

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

c findclass.c

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

c throwit.c

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

c jstrerro.c

#include #include #include void main() { FILE *fp; fp = fopen( "file.nam", "r" ); if( fp == NULL ) { printf( "Unable to open file: %s\
www.eeworm.com/read/229812/4750646

gml jtokata.gml

.func jtokata #include JMOJI jtokata( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func converts a double-byte Hiragana character to a Katakana character. A doub