代码搜索:jstring

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

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

c ispnkana.c

#include #include #include JMOJI chars[] = { '.', 0x9941, 0xA4, 0xA6 }; #define SIZE sizeof( chars ) / sizeof( JMOJI ) void main() {
www.eeworm.com/read/229812/4744441

c isalkana.c

#include #include #include JMOJI chars[] = { 'A', 0x9941, 0xA4, 0xA6 }; #define SIZE sizeof( chars ) / sizeof( JMOJI ) void main() {
www.eeworm.com/read/229812/4744447

c jiskana.c

#include #include JMOJI chars[] = { 0x8340, 0x8364, 0x8396 }; #define SIZE sizeof( chars ) / sizeof( JMOJI ) void main() { int i; JMOJI c
www.eeworm.com/read/229812/4751186

gml jisl0.gml

.func jisl0 #include int jisl0( JMOJI c ); .ixfunc2 '&CharTest' &func .funcend .desc begin The &func function tests if the argument .arg c is in the set of double-byte characters t
www.eeworm.com/read/229812/4744393

c zentohan.c

#include #include JMOJI alphabet[26] = { '俙', '俛', '俠', '俢', '俤', '俥', '俧', '俫', '俬', '俰', '俲', '俴', '俵', '俶', '俷', '俹', '俻', '俼', '俽', '俿', '倀', '倁', '倂', '倃'
www.eeworm.com/read/229812/4744403

c jisl1.c

#include #include JMOJI chars[] = { 0x8183, 0x889F, 0x9872 }; #define SIZE sizeof( chars ) / sizeof( JMOJI ) void main() { int i; JMOJI c
www.eeworm.com/read/229812/4744408

c jputmoji.c

#include #include void main() { JMOJI c; JCHAR *str1; JCHAR *str2; JCHAR buf[30]; str1 = "abCDef"; str2 = buf; for( ; *str1 != '\0';
www.eeworm.com/read/229812/4744413

c iskana.c

#include #include #include JMOJI chars[] = { 'A', 0x99A6, 0xA4, 0xD0 }; #define SIZE sizeof( chars ) / sizeof( JMOJI ) void main() {
www.eeworm.com/read/229812/4744444

c nthctype.c

#include #include char * types[4] = { "CT_ILGL", "CT_ANK", "CT_KJ1", "CT_KJ2" }; void main() { int i; for( i = 0; i < 9; i++ )
www.eeworm.com/read/123117/6062833

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;