代码搜索:UniCode
找到约 10,000 项符合「UniCode」的源代码
代码结果 10,000
www.eeworm.com/read/284419/8933202
h unicode.h
#define UnicodeTable_Len 7445
const unsigned short UnicodeTable[UnicodeTable_Len][2]={
{0x2121,0x3000},{0x2122,0x3001},{0x2123,0x3002},{0x2124,0x30FB},
{0x2125,0x02C9},{0x2126,0x02C7},{0x2127,
www.eeworm.com/read/284411/8934598
c unicode.c
const unsigned short UnicodeTable[][2] = {
{0x2121, 0x3000}, {0x2122, 0x3001}, {0x2123, 0x3002}, {0x2124, 0x30FB},
{0x2125, 0x02C9}, {0x2126, 0x02C7}, {0x2127, 0x00A8}, {0x2128, 0x3003},
www.eeworm.com/read/186374/8935620
ico unicode.ico
www.eeworm.com/read/186374/8935628
rc unicode.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/186374/8935633
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) A
www.eeworm.com/read/186374/8935636
h unicode.h
// Unicode.h : main header file for the UNICODE application
//
#if !defined(AFX_UNICODE_H__7BF07512_186C_4017_8296_61C3623A11FB__INCLUDED_)
#define AFX_UNICODE_H__7BF07512_186C_4017_8296_61C3623A
www.eeworm.com/read/186374/8935652
cpp unicode.cpp
// Unicode.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Unicode.h"
#include "UnicodeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/186374/8935667
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/284002/8971550
class unicode.class
www.eeworm.com/read/185374/9041315
h unicode.h
#ifndef __MTP__UNICODE__H
#define __MTP__UNICODE__H
#include "config.h"
void unicode_init(LIBMTP_mtpdevice_t*);
void unicode_deinit(LIBMTP_mtpdevice_t*);
int ucs2_strlen(uint16_t const * const);
cha