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:WRITEBYTE1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Modules/cjkcodecs/
H
A
D
_codecs_cn.c
71
WRITEBYTE1
((unsigned char)c);
in ENCODER()
132
WRITEBYTE1
((unsigned char)c);
in ENCODER()
193
WRITEBYTE1
(c);
in ENCODER()
364
WRITEBYTE1
((unsigned char)c);
in ENCODER()
367
WRITEBYTE1
('~');
in ENCODER()
H
A
D
_codecs_jp.c
28
WRITEBYTE1
((unsigned char)c);
in ENCODER()
33
WRITEBYTE1
(c - 0xfec0);
in ENCODER()
159
WRITEBYTE1
(c);
in ENCODER()
336
WRITEBYTE1
((unsigned char)c);
in ENCODER()
356
WRITEBYTE1
(0x5c);
in ENCODER()
360
WRITEBYTE1
(0x7e);
in ENCODER()
575
WRITEBYTE1
((unsigned char)code);
in ENCODER()
H
A
D
_codecs_iso2022.c
144
WRITEBYTE1
(SI);
in ENCODER_RESET()
171
WRITEBYTE1
(SI);
in ENCODER()
175
WRITEBYTE1
((unsigned char)c);
in ENCODER()
213
WRITEBYTE1
(SI);
in ENCODER()
250
WRITEBYTE1
(SO);
in ENCODER()
261
WRITEBYTE1
((unsigned char)encoded);
in ENCODER()
H
A
D
_codecs_kr.c
41
WRITEBYTE1
((unsigned char)c);
in ENCODER()
179
WRITEBYTE1
((unsigned char)c);
in ENCODER()
269
WRITEBYTE1
((unsigned char)c);
in ENCODER()
H
A
D
_codecs_tw.c
80
WRITEBYTE1
((unsigned char)c);
in ENCODER()
H
A
D
cjkcodecs.h
163
#define
WRITEBYTE1
(c1) \
macro
Completed in 5 milliseconds