代码搜索:UniCode
找到约 10,000 项符合「UniCode」的源代码
代码结果 10,000
www.eeworm.com/read/387696/8658705
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/387696/8658711
cpp unicode.cpp
// Unicode.cpp
//
// Copyright (C) 2000 by Jerry Lozano
//
//
#ifdef WIN32DDK_TEST
#include "DDKTestEnv.h"
#else
extern "C" {
#include
}
#endif
#define max(a,b) ((a>b)?a:b)
www.eeworm.com/read/431551/8667915
h unicode.h
/* unicode.h file
Edited by Computer-lov. Date: 2005.3.28
Last edited date: 2005.5.31
version 1.1
*/
#define UNICODE_MAX 7446
code unsigned short int Unicode[7446][2]={
0x00a4,0xa
www.eeworm.com/read/286323/8771452
txt unicode.txt
12288
12289
12290
183
713
711
168
12291
12293
8212
65374
8214
8230
8216
8217
8220
8221
12308
12309
12296
12297
12298
12299
12300
12301
12302
12303
12310
12311
12304
12305
177
215
247
8758
8743
8744
87
www.eeworm.com/read/286323/8771702
txt unicode.txt
12288
12289
12290
183
713
711
168
12291
12293
8212
65374
8214
8230
8216
8217
8220
8221
12308
12309
12296
12297
12298
12299
12300
12301
12302
12303
12310
12311
12304
12305
177
215
247
8758
8743
8744
87
www.eeworm.com/read/187342/8832422
unicode15
#
# Name: ISO/IEC 8859-15:1999 to Unicode
# Unicode version: 3.0
# Table version: 1.0
# Table format: Format A
# Date: 1999 July 27
# Authors: Markus Kuhn
www.eeworm.com/read/187342/8832473
unicode01
#
# Name: ISO/IEC 8859-1:1998 to Unicode
# Unicode version: 3.0
# Table version: 1.0
# Table format: Format A
# Date: 1999 July 27
# Authors: Ken Whistler
www.eeworm.com/read/187031/8881685
c unicode.c
#include "usuals.h"
#include "ntfs.h"
/*
* Transcode UCS2 to UTF8.
*
* Since the nature of the transformation is that the
* resulting length is unpredictable, this function
* allocat
www.eeworm.com/read/187023/8882174
nl_ unicode.nl_
www.eeworm.com/read/187023/8882619