代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/381758/2640918
c getline.c
#include
#include
#include
#include "MyTest.h"
JNIEXPORT jint JNICALL Java_MyTest_getLine(JNIEnv *env, jobject obj, jstring s, jint len)
{
int i, j;
jsize strlen;
www.eeworm.com/read/359048/2980618
c getline.c
#include
#include
#include
#include "MyTest.h"
JNIEXPORT jint JNICALL Java_MyTest_getLine(JNIEnv *env, jobject obj, jstring s, jint len)
{
int i, j;
jsize strlen;
www.eeworm.com/read/247586/4480664
cpp onetoone.cpp
#include
#include
#include
#include "C.h"
#include "Win32.h"
JNIEXPORT jint JNICALL
Java_C_atol(JNIEnv *env, jclass cls, jstring str)
{
const char *cstr
www.eeworm.com/read/229812/4744402
c chkctype.c
#include
#include
static void checkKanji( JMOJI c )
{
if( chkctype( c >> 8, CT_ANK ) == CT_KJ1 ) {
if( chkctype( c & 0xFF, CT_KJ1 ) == CT_KJ2 ) {
prin
www.eeworm.com/read/229812/4744419
c jiskigou.c
#include
#include
JMOJI chars[] = {
0x8143,
0x817B,
0x8183,
0x8190
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744445
c jiszen.c
#include
#include
JMOJI chars[] = {
0x002C,
0x8183,
0x0035,
0x8277
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/324244/3504871
c jpcapwriter.c
#include
#include
#include"jpcap_JpcapWriter.h"
#include"Jpcap_sub.h"
pcap_t *pcdd=NULL;
pcap_dumper_t *pdt=NULL;
JNIEXPORT jstring JNICALL
Java_jpcap_JpcapWriter_nativeOpe
www.eeworm.com/read/229812/4744411
c jtoupper.c
#include
#include
JMOJI chars[] = {
0x8281,
0x8282,
0x8283,
0x8284,
0x8285
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
www.eeworm.com/read/229812/4744428
c jgetmoji.c
#include
#include
const JCHAR set[] = {
"ab\x81\x41\x81\x42\cd\x81"
};
void main()
{
JMOJI c;
const JCHAR *str;
str = set;
for( ; *str != '\
www.eeworm.com/read/229812/4744437
c jtolower.c
#include
#include
JMOJI chars[] = {
0x8260,
0x8261,
0x8262,
0x8263,
0x8264
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{