代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/359048/2980623
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/359048/2980634
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/235702/14055600
h com_tydic_asnjava_cpp_dcasnparser.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class com_tydic_asnjava_cpp_DCAsnParser */
#ifndef _Included_com_tydic_asnjava_cpp_DCAsnParser
#define _Included_
www.eeworm.com/read/229812/4751005
gml jstrspn.gml
.func jstrspn _fjstrspn
#include
size_t jstrspn( const JCHAR *str, const JCHAR *charset );
.ixfunc2 '&Jstring' &func
.ixfunc2 '&Jsearch' &func
.if &farfnc eq 1 .do begin
size_t __far
www.eeworm.com/read/229812/4750642
gml jstrlen.gml
.func jstrlen _fjstrlen
#include
size_t jstrlen( const JCHAR *s );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
size_t __far _fjstrlen( const JCHAR __far *s );
.ixfunc2 '&Jst
www.eeworm.com/read/229812/4750801
gml nthctype.gml
.func nthctype _fnthctype
#include
int nthctype( const char * str, size_t n );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
int far _fnthctype( const char far * str, size_t n
www.eeworm.com/read/229812/4751027
gml jstricmp.gml
.func jstricmp _fjstricmp
#include
int jstricmp( const JCHAR *s1, const JCHAR *s2 );
.ixfunc2 '&Jstring' &func
.ixfunc2 '&Jcompare' &func
.if &farfnc eq 1 .do begin
int __far _fjstri
www.eeworm.com/read/229812/4751300
gml jstrcmp.gml
.func jstrcmp _fjstrcmp
#include
int jstrcmp( const JCHAR *s1, const JCHAR *s2 );
.ixfunc2 '&Jstring' &func
.ixfunc2 '&Jcompare' &func
.if &farfnc eq 1 .do begin
int __far _fjstrcmp(
www.eeworm.com/read/229812/4744440
c jstrstr.c
#include
#include
void main()
{
printf( "%s\n",
jstrstr( "This is an example", "is" )
);
}
www.eeworm.com/read/229812/4750652
gml btom.gml
.func btom _fbtom
#include
size_t btom( const unsigned char *str, size_t nb );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
size_t far _fbtom( const unsigned char far *str, si