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:c4
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/
H
A
D
utf_helper.cpp
383
const uint8_t
c4
= utf8[++in_pos];
in Utf8ToUtf16Size()
local
385
((c3 & LOW_6BITS) << OFFSET_6POS) | (
c4
& LOW_6BITS);
in Utf8ToUtf16Size()
429
const uint8_t
c4
= utf8In[++in_pos];
in ConvertRegionUtf8ToUtf16()
local
431
((c3 & LOW_6BITS) << OFFSET_6POS) | (
c4
& LOW_6BITS);
in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_global.cpp
941
uint16_t
c4
= EcmaStringAccessor(string).Get(k + ESCAPE_CHAR_OFFSET4);
in Unescape()
local
945
bool c4IsHexDigits = IsHexDigits(
c4
);
in Unescape()
951
c = (c << ESCAPE_HEX_BIT4) | ESCAPE_CHAR_TO_HEX[
c4
];
in Unescape()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_string.cpp
1016
const uint8_t
c4
= *(++utf8Data);
in IsUtf8EqualsUtf16()
local
1018
((c3 & LOW_6BITS) << OFFSET_6POS) | (
c4
& LOW_6BITS);
in IsUtf8EqualsUtf16()
Completed in 7 milliseconds