代码搜索:UniCode
找到约 10,000 项符合「UniCode」的源代码
代码结果 10,000
www.eeworm.com/read/213988/4909973
java unicode.java
package com.metaparadigm.jsonrpc.test;
import java.util.HashMap;
import java.util.Properties;
import java.util.StringTokenizer;
import java.util.Iterator;
import java.util.Set;
import java.util.Map;
www.eeworm.com/read/209559/4974101
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/209559/4974129
c unicode.c
/*
* linux/fs/hfsplus/unicode.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies
*
* Handler routines for unicode strings
*/
#incl
www.eeworm.com/read/209211/4983092
c unicode.c
#include
#include
#include
char usage[] = "unicode { [-t] hex hex ... | hexmin-hexmax ... | [-n] char ... }";
char hex[] = "0123456789abcdefABCDEF";
int numout = 0;
int text =
www.eeworm.com/read/205824/5016635
h unicode.h
/*
* Wine internal Unicode definitions
*
* Copyright 2000 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/205824/5019494
h unicode.h
#ifndef _WINE_UNICODE_H
#define _WINE_UNICODE_H
#include
#include
#include
#include
#define strlenW(s) wcslen((const wchar_t *)(s))
#define st
www.eeworm.com/read/204140/5033389
hpp unicode.hpp
#ifndef _RAR_UNICODE_
#define _RAR_UNICODE_
#ifndef _EMX
#define MBFUNCTIONS
#endif
#if defined(MBFUNCTIONS) || defined(_WIN_32) || defined(_EMX) && !defined(_DJGPP)
#define UNICODE_SUPPORTED
#endif
www.eeworm.com/read/202805/5045444
h unicode.h
/* $Id: unicode.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/195013/5122638
txt unicode.txt
The Linux kernel code has been rewritten to use Unicode to map
characters to fonts. By downloading a single Unicode-to-font table,
both the eight-bit character sets and UTF-8 mode are changed to use
www.eeworm.com/read/195013/5122886
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