Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OUTBYTE2
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Modules/cjkcodecs/
H
A
D
_codecs_cn.c
89
OUTBYTE2
((code & 0xFF) | 0x80);
in ENCODER()
148
OUTBYTE2
((code & 0xFF)); /* MSB set: GBK */
in ENCODER()
150
OUTBYTE2
((code & 0xFF) | 0x80); /* MSB unset: GB2312 */
in ENCODER()
208
OUTBYTE2
((unsigned char)(tc % 10) + 0x30);
in ENCODER()
240
OUTBYTE2
((unsigned char)(tc % 10) + 0x30);
in ENCODER()
255
OUTBYTE2
((code & 0xFF)); /* MSB set: GBK or GB18030ext */
in ENCODER()
257
OUTBYTE2
((code & 0xFF) | 0x80); /* MSB unset: GB2312 */
in ENCODER()
H
A
D
_codecs_kr.c
58
OUTBYTE2
((code & 0xFF) | 0x80);
in ENCODER()
70
OUTBYTE2
(EUCKR_JAMO_FILLER);
in ENCODER()
82
OUTBYTE2
(u2cgk_jungseong[(c / 28) % 21]);
in ENCODER()
195
OUTBYTE2
(code & 0xFF); /* MSB set: CP949 */
in ENCODER()
197
OUTBYTE2
((code & 0xFF) | 0x80); /* MSB unset: ks x 1001 */
in ENCODER()
302
OUTBYTE2
(t2 < 0x4e ? t2 + 0x31 : t2 + 0x43);
in ENCODER()
313
OUTBYTE2
(code & 0xff);
in ENCODER()
H
A
D
_codecs_tw.c
38
OUTBYTE2
(code & 0xFF);
in ENCODER()
97
OUTBYTE2
(code & 0xFF);
in ENCODER()
H
A
D
_codecs_jp.c
54
OUTBYTE2
(code & 0xff);
in ENCODER()
66
OUTBYTE2
(c2 < 0x3f ? c2 + 0x40 : c2 + 0x41);
in ENCODER()
73
OUTBYTE2
(c2 < 0x3f ? c2 + 0x40 : c2 + 0x41);
in ENCODER()
501
OUTBYTE2
(c2 < 0x3f ? c2 + 0x40 : c2 + 0x41);
in ENCODER()
659
OUTBYTE2
(c2 + (c2 < 0x3f ? 0x40 : 0x41));
in ENCODER()
H
A
D
cjkcodecs.h
159
#define
OUTBYTE2
(c) OUTBYTEI(c, 1)
macro
172
OUTBYTE2
(c2); \
178
OUTBYTE2
(c2); \
185
OUTBYTE2
(c2); \
H
A
D
_codecs_hk.c
101
OUTBYTE2
(code & 0xFF);
in ENCODER()
Completed in 4 milliseconds