代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/472524/1409584
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/229812/4744396
c jisspace.c
#include
#include
JMOJI chars[] = {
0x8140,
0x8183,
0x8254,
0x8277
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744397
c jisl0.c
#include
#include
JMOJI chars[] = {
0x8143,
0x8183,
0x8254,
0x8277
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744398
c jisdigit.c
#include
#include
JMOJI chars[] = {
0x8143,
0x8183,
0x8254,
0x8277
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744404
c jisalpha.c
#include
#include
JMOJI chars[] = {
0x8260,
0x8279,
0x8281,
0x829A
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744405
c jisupper.c
#include
#include
JMOJI chars[] = {
0x8143,
0x8183,
0x8254,
0x8277
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744409
c jisprint.c
#include
#include
JMOJI chars[] = {
0x8143,
0x8183,
0x8254,
0x8298
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/229812/4744415
c jislower.c
#include
#include
JMOJI chars[] = {
0x8143,
0x8183,
0x8254,
0x8298
};
#define SIZE sizeof( chars ) / sizeof( JMOJI )
void main()
{
int i;
www.eeworm.com/read/174538/5360770
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/287209/4025475
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;