代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/229812/4751215
gml jstrset.gml
.func jstrset _fjstrset
#include
JSTRING jstrset( JCHAR *s1, JMOJI fill );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
FJSTRING __far _fjstrset( JCHAR __far *s1, JMOJI fill )
www.eeworm.com/read/229812/4751163
gml jstrtok.gml
.func jstrtok _fjstrtok
#include
JSTRING jstrtok( JCHAR *s1, const JCHAR *s2 );
.ixfunc2 '&Jstring' &func
.ixfunc2 '&Jsearch' &func
.if &farfnc eq 1 .do begin
FJSTRING __far _fjstrto
www.eeworm.com/read/229812/4750857
gml jstrnset.gml
.func jstrnset _fjstrnset
#include
JSTRING jstrnset( JCHAR *s1, JMOJI fill, size_t n );
.ixfunc2 '&Jstring' &func
.if &farfnc eq 1 .do begin
FJSTRING __far _fjstrnset( JCHAR __far *s1
www.eeworm.com/read/119340/6090509
h org_gudy_azureus2_platform_win32_access_impl_aewin32accessinterface.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class org_gudy_azureus2_platform_win32_access_impl_AEWin32AccessInterface */
#ifndef _Included_org_gudy_azureus2_
www.eeworm.com/read/346961/11710193
h hpc_application_palign.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class hpc_application_Palign */
#ifndef _Included_hpc_application_Palign
#define _Included_hpc_application_Palign
www.eeworm.com/read/162614/5533265
h java_io_vmfile.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __java_io_VMFile__
#define __java_io_VMFile__
#include
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jlong JNICALL Java_jav
www.eeworm.com/read/162519/5542797
h java_io_vmfile.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __java_io_VMFile__
#define __java_io_VMFile__
#include
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jlong JNICALL Java_jav
www.eeworm.com/read/229812/4744421
c jstrskip.c
#include
#include
void main()
{
JSTRING str;
str = jstrskip( "Gone for lunch", "aeiou" );
if( str != NULL )
printf( "%s\n", str );
else
www.eeworm.com/read/229812/4744426
c jstrmatc.c
#include
#include
void main()
{
JSTRING str;
str = jstrmatch( "Gone for lunch", "aeiou" );
if( str != NULL )
printf( "%s\n", str );
else
www.eeworm.com/read/119340/6090515
cpp aereg.cpp
/*
* Created on Apr 16, 2004
* Created by Paul Gardner
* Copyright (C) 2004 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it unde