代码搜索:jstring
找到约 391 项符合「jstring」的源代码
代码结果 391
www.eeworm.com/read/268007/11156882
jstring
#ifndef _JSTRING_
#define _JSTRING_
#include
_STD_BEGIN
class jstring : public string
{
public:
const string& operator = (const char *p)
{
if(p) return(string::operator=(p));
www.eeworm.com/read/386582/8737077
h jstring.h
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/150634/5689812
h jstring.h
/*
This library was downloaded from: http://www.mike95.com
This library is copyright. It may freely be used for personal purposes
if the restriction listed below is adhered to.
www.eeworm.com/read/150634/5689840
cpp jstring.cpp
/*******************************************
Downloaded from: http://www.mike95.com
Copyright (c)1997 Michael Olivero
All Rights Reserved
********************************************/
#i
www.eeworm.com/read/152811/12079958
h jstring.h
/*
This library was downloaded from: http://www.mike95.com
This library is copyright. It may freely be used for personal purposes
if the restriction listed below is adhered to.
www.eeworm.com/read/152811/12080219
cpp jstring.cpp
/*******************************************
Downloaded from: http://www.mike95.com
Copyright (c)1997 Michael Olivero
All Rights Reserved
********************************************/
#i
www.eeworm.com/read/229812/4740907
mh jstring.mh
/*
* jstring.h Japanese DBCS functions
*
:include crwat.sp
*/
#ifndef _JSTRING_H_INCLUDED
#define _JSTRING_H_INCLUDED
:include readonly.sp
:include cpluspro.sp
#ifndef _COMDEF_H_INCLU
www.eeworm.com/read/175748/5342059
java jstring.java
/**
* Copyright 2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma
www.eeworm.com/read/135259/13947754
h jstring.h
/* jstring.h
Definitions for Japanese string functions.
*/
/*
* C/C++ Run Time Library - Version 7.0
*
* Copyright (c) 1987, 1996 by Borland International
* All Ri