代码搜索:UniCode

找到约 10,000 项符合「UniCode」的源代码

代码结果 10,000
www.eeworm.com/read/331135/3416729

c unicode.c

/***************************************************************************** * unicode.c: Unicode locale functions *****************************************************************************
www.eeworm.com/read/326935/3465918

cs unicode.cs

using System; using System.Drawing; using System.Drawing.Drawing2D; using PdfSharp.Drawing; using PdfSharp.Drawing.Layout; namespace XDrawing.TestLab.Tester { /// /// Checks s
www.eeworm.com/read/325240/3486097

java unicode.java

// Fig. K.3: Unicode.java // Demonstrating how to use Unicode in Java programs. // Java core packages import java.awt.*; // Java extension packages import javax.swing.*; public class Unico
www.eeworm.com/read/321483/3534658

t unicode.t

BEGIN { unless ($] >= 5.006) { print "1..0\n"; exit(0); } if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = '../lib'; } } print "1..2\n"; requi
www.eeworm.com/read/321483/3535249

t unicode.t

use strict; use Test; use Cwd qw(cwd); use Win32; BEGIN { unless (defined &Win32::BuildNumber && Win32::BuildNumber() >= 820 or $] >= 5.008009) { print "1..0 # Skip: Needs ActivePerl 820 or Perl
www.eeworm.com/read/321483/3535359

pm unicode.pm

package Encode::Unicode; use strict; use warnings; no warnings 'redefine'; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::l
www.eeworm.com/read/321483/3535360

xs unicode.xs

/* $Id: Unicode.xs,v 2.3 2006/05/03 18:24:10 dankogai Exp $ */ #define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #define U8 U8 #include "../Encode/encode.h" #defi
www.eeworm.com/read/321483/3535401

t unicode.t

# # $Id: Unicode.t,v 2.1 2006/05/03 18:24:10 dankogai Exp $ # # This script is written entirely in ASCII, even though quoted literals # do include non-BMP unicode characters -- Are you happy, jhi? #
www.eeworm.com/read/316877/3584663

js unicode.js

// create and initialize three strings var str = "Code Fun", enc = "", unc = ""; // get the str Unicode numbers, comma delimited for( var i = 0; i < str.length; i++ ) { enc
www.eeworm.com/read/316872/3605526

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