代码搜索:UniCode
找到约 10,000 项符合「UniCode」的源代码
代码结果 10,000
www.eeworm.com/read/231319/14239037
dsp unicode.dsp
# Microsoft Developer Studio Project File - Name="Unicode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/231319/14239038
h unicode.h
// Unicode.h
//
// Copyright (C) 2000 by Jerry Lozano
//
//
#pragma once
class CUString {
public:
CUString() {Init(); } // constructor relies on internal Init function
CUString(const
www.eeworm.com/read/231319/14239040
cpp unicode.cpp
// Unicode.cpp
//
// Copyright (C) 2000 by Jerry Lozano
//
//
#ifdef WIN32DDK_TEST
#include "DDKTestEnv.h"
#endif
#include "Unicode.h"
void CUString::Init() {
uStr.Length = 0;
uStr.
www.eeworm.com/read/231319/14239049
dsw unicode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/127786/14333986
h unicode.h
// Unicode.h
//
// Copyright (C) 2000 by Jerry Lozano
//
//
#pragma once
class CUString {
public:
CUString() {Init(); } // constructor relies on internal Init function
CUString(const
www.eeworm.com/read/127786/14333991
cpp unicode.cpp
// Unicode.cpp
//
// Copyright (C) 2000 by Jerry Lozano
//
//
extern "C" {
#include
}
#define max(a,b) ((a>b)?a:b)
#include "Unicode.h"
void CUString::Init() {
uStr.Lengt
www.eeworm.com/read/126487/14421120
h unicode.h
#ifndef _UNICODE_H
#define _UNICODE_H
/*************************************************************
Function: getUnicodeLen
Description:
get the unicode length of a string
Input:
src - the
www.eeworm.com/read/126487/14421195
c unicode.c
/*************************************************************
File Name: UNICODE.C *
**************************************************************
Programm
www.eeworm.com/read/126487/14421281
o unicode.o
www.eeworm.com/read/126323/14429309
h unicode.h
// Unicode.h
//
// Copyright (C) 2000 by Jerry Lozano
//
//
#pragma once
class CUString {
public:
CUString() {Init(); } // constructor relies on internal Init function
CUString(const