代码搜索:jstring

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

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

h gnu_xml_libxmlj_sax_gnomelocator.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_sax_GnomeLocator__ #define __gnu_xml_libxmlj_sax_GnomeLocator__ #include #ifdef __cplusplus extern "C" { #end
www.eeworm.com/read/162519/5542790

h gnu_xml_libxmlj_dom_gnometypeinfo.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_dom_GnomeTypeInfo__ #define __gnu_xml_libxmlj_dom_GnomeTypeInfo__ #include #ifdef __cplusplus extern "C" { #e
www.eeworm.com/read/162519/5542795

h gnu_xml_libxmlj_dom_gnomenotation.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_dom_GnomeNotation__ #define __gnu_xml_libxmlj_dom_GnomeNotation__ #include #ifdef __cplusplus extern "C" { #e
www.eeworm.com/read/162519/5542810

h gnu_xml_libxmlj_dom_gnomeentity.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_dom_GnomeEntity__ #define __gnu_xml_libxmlj_dom_GnomeEntity__ #include #ifdef __cplusplus extern "C" { #endif
www.eeworm.com/read/162519/5542822

h gnu_xml_libxmlj_dom_gnomedocumenttype.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_dom_GnomeDocumentType__ #define __gnu_xml_libxmlj_dom_GnomeDocumentType__ #include #ifdef __cplusplus extern
www.eeworm.com/read/162519/5542824

h gnu_xml_libxmlj_dom_gnomenode.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_dom_GnomeNode__ #define __gnu_xml_libxmlj_dom_GnomeNode__ #include #ifdef __cplusplus extern "C" { #endif JN
www.eeworm.com/read/162519/5542830

h gnu_xml_libxmlj_transform_gnometransformer.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_transform_GnomeTransformer__ #define __gnu_xml_libxmlj_transform_GnomeTransformer__ #include #ifdef __cpluspl
www.eeworm.com/read/162519/5542834

h gnu_xml_libxmlj_dom_gnomedocument.h

/* DO NOT EDIT THIS FILE - it is machine generated */ #ifndef __gnu_xml_libxmlj_dom_GnomeDocument__ #define __gnu_xml_libxmlj_dom_GnomeDocument__ #include #ifdef __cplusplus extern "C" { #e
www.eeworm.com/read/229812/4751225

gml jstradv.gml

.func jstradv _fjstradv #include JSTRING jstradv( const JCHAR *src, size_t n ); .ixfunc2 '&Jstring' &func .ixfunc2 '&Jconcat' &func .if &farfnc eq 1 .do begin FJSTRING __far _fjstrad
www.eeworm.com/read/305277/3779136

c natives.c

#include "natives.h" JNIEXPORT jstring JNICALL Java_Test_00024_sayHello (JNIEnv *env, jobject thisobject, jstring js) { return js; }