代码搜索:jstring

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

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

gml jstrerro.gml

.func jstrerror #include unsigned char *jstrerror( int errnum ); .ixfunc2 '&Jstring' &func .ixfunc2 '&Errs' &func .funcend .desc begin The &func function maps the error number conta
www.eeworm.com/read/400103/2356142

c fuser.c

#ifndef __linux__ JNIEXPORT jstring JNICALL Java_gnu_io_CommPortIdentifier_native_1psmisc_1report_1owner (JNIEnv *env, jobject obj, jstring arg) { return (*env)->NewStringUTF(env, "Unknown Applicatio
www.eeworm.com/read/229812/4751057

gml chkctype.gml

.func chkctype #include int chkctype( JCHAR c, int mode ); .ixfunc2 '&Jstring' &func .funcend .desc begin The &func function identifies the type of an 8-bit character. .np If .arg
www.eeworm.com/read/247586/4480766

c prompt.c

#include #include #include "Prompt.h" JNIEXPORT jstring JNICALL Java_Prompt_getLine(JNIEnv *env, jobject obj, jstring prompt) { /* assume the prompt string and user input has l
www.eeworm.com/read/247586/4480779

c prompt.c

#include #include #include "Prompt.h" JNIEXPORT jstring JNICALL Java_Prompt_getLine(JNIEnv *env, jobject obj, jstring prompt) { char buf[128]; const char *str; str = (*
www.eeworm.com/read/472524/1409568

c mytestimp1.c

#include #include #include #include "MyTest.h" JNIEXPORT jint JNICALL Java_MyTest_createString(JNIEnv *env, jobject obj, jstring string, jint alen) { jstring jstr;
www.eeworm.com/read/472524/1409589

c prompt.c

#include #include #include "Prompt.h" JNIEXPORT jstring JNICALL Java_Prompt_getLine(JNIEnv *env, jobject obj, jstring prompt) { char buf[128]; const char *str = (*env)->GetStri
www.eeworm.com/read/472524/1409599

c prompt.c

#include #include #include "Prompt.h" JNIEXPORT jstring JNICALL Java_Prompt_getLine(JNIEnv *env, jobject obj, jstring prompt) { char buf[128]; const char *str = (*env)->GetStri
www.eeworm.com/read/229812/4750676

gml jstrncmp.gml

.func jstrncmp _fjstrncmp #include int jstrncmp( const JCHAR *s1, const JCHAR *s2, size_t n ); .ixfunc2 '&Jstring' &func .ixfunc2 '&Jcompare' &func .if &
www.eeworm.com/read/229812/4750748

gml jstrnicm.gml

.func jstrnicmp _fjstrnicmp #include int jstrnicmp( const JCHAR *s1, const JCHAR *s2, size_t len ); .ixfunc2 '&Jstring' &func .ixfunc2 '&Jcompare' &func