代码搜索:jstring

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

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

gml jisalpha.gml

.func jisalpha #include int jisalpha( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func function tests if the argument .arg c is a double-byte character equivale
www.eeworm.com/read/229812/4750778

gml jislower.gml

.func jislower #include int jislower( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func function tests if the argument .arg c is a lowercase double-byte characte
www.eeworm.com/read/229812/4750957

gml jperror.gml

.func jperror #include void jperror( const char *prefix ); .ixfunc2 '&StrIo' &func .ixfunc2 '&Errs' &func .funcend .desc begin The &func function prints, on the file designated by
www.eeworm.com/read/229812/4750987

gml jisprint.gml

.func jisprint #include int jisprint( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func function tests if the argument .arg c is a printable single- or double-by
www.eeworm.com/read/229812/4751023

gml jisdigit.gml

.func jisdigit #include int jisdigit( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func function tests if the argument .arg c is a double-byte character equivale
www.eeworm.com/read/229812/4751210

gml jisupper.gml

.func jisupper #include int jisupper( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func function tests if the argument .arg c is an uppercase double-byte charact
www.eeworm.com/read/229812/4751254

gml jtohira.gml

.func jtohira #include JMOJI jtohira( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func converts a double-byte Katakana character to a Hiragana character. A doub
www.eeworm.com/read/340665/3281801

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/340665/3281808

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/440906/1783482

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);