代码搜索:UniCode
找到约 10,000 项符合「UniCode」的源代码
代码结果 10,000
www.eeworm.com/read/112494/6962908
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/112494/6962914
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/112494/6962926
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/112494/6962932
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/112494/6962951
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/112494/6962955
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/465928/7048994
class unicode.class
www.eeworm.com/read/465928/7048997
java unicode.java
public class Unicode
{
public static void main(String[] args)
{
System.out.println('S');
System.out.println('\u0053');//十六进制编码
System.out.println('\123'); /
www.eeworm.com/read/465930/7049030
c unicode.c
/*
* unicode.c
*
* PURPOSE
* Routines for converting between UTF-8 and OSTA Compressed Unicode.
* Also handles filename mangling
*
* DESCRIPTION
* OSTA Compressed Unicode is explained in
www.eeworm.com/read/465930/7049060
c unicode.c
/*
* unicode.c
*
* PURPOSE
* Routines for converting between UTF-8 and OSTA Compressed Unicode.
* Also handles filename mangling
*
* DESCRIPTION
* OSTA Compressed Unicode is explained in