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:utf8seq
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/src/
H
A
D
tool_cb_wrt.c
234
if(outs->
utf8seq
[0] && rlen) {
in tool_write_cb()
237
if(0xC0 <= outs->
utf8seq
[0] && outs->
utf8seq
[0] < 0xE0) {
in tool_write_cb()
238
outs->
utf8seq
[1] = *rbuf++;
in tool_write_cb()
243
else if(0xE0 <= outs->
utf8seq
[0] && outs->
utf8seq
[0] < 0xF0) {
in tool_write_cb()
244
if(!outs->
utf8seq
[1]) {
in tool_write_cb()
245
outs->
utf8seq
[1] = *rbuf++;
in tool_write_cb()
248
if(rlen && !outs->
utf8seq
[2]) {
in tool_write_cb()
249
outs->
utf8seq
[
in tool_write_cb()
[all...]
H
A
D
tool_cb_hdr.c
92
if(outs->
utf8seq
[0])
in tool_header_cb()
93
memset(outs->
utf8seq
, 0, sizeof(outs->
utf8seq
));
in tool_header_cb()
H
A
D
tool_sdecls.h
61
* '
utf8seq
' member holds an incomplete UTF-8 sequence destined for the console
75
unsigned char
utf8seq
[5];
member
H
A
D
tool_operate.c
451
if(outs->
utf8seq
[0])
in post_per_transfer()
452
memset(outs->
utf8seq
, 0, sizeof(outs->
utf8seq
));
in post_per_transfer()
Completed in 5 milliseconds